For starters get rid of the prolog:
- Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
This line causes all sorts of problems in various browsers and its not a mandatory requirement.
Next code your pages to proper
xhtml standards such as closing <img tags with ... /> Note the space and the forward slash.
Attribute names should all be in lowercase.
This line is pointless:
- Code: Select all
Really you should start again and use the <div> tag as a layout tool, not tables, and use proper symantic markup.