I am trying to convert my old html page into xhtml standards without loosing ny formatting but header part is so complex that I need help so that old table code gets transformed into div code
here is my old table header can some one help me transforming this into xhtml standards i.e div's instead of tables :-)
I am trying to convert my old html page into xhtml standards without loosing ny formatting but header part is so complex that I need help so that old table code gets transformed into div code
here is my old table header can some one help me transforming this into xhtml standards i.e div's instead of tables :-)
Regards noobie
PS:- This is a liquid layout
Is this a paid request?
__________________
Cheap Please login or register to view this content. Registration is FREE and Please login or register to view this content. Registration is FREE for all budgets
Discuss your interests at this Please login or register to view this content. Registration is FREE or at this Please login or register to view this content. Registration is FREE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
and close all the tags off. That's it.
O. and update some of the old html. If run a validation then you'll find out what needs changing.
I would like to offer a suggestion - add a description in your meta tags for your site and make sure all your tags other than the doctype are in lowercase.
You will also find some online help and a validation page for your code at: http://www.w3schools.com.