-
1. Re: Why is DW mangling the hell out of this page?
Nadia-P Jul 22, 2009 9:58 PM (in response to Mike_Watt)You have a heck of a lot of validation errors on that page:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.radioimaging101.com%2Findex.p hp
I don't have time to take your code into DW, but take a look at the very last validation error - about a table closing tag.. that could be the culprit.
Make sure you have all opening and closing tags correctly coded, for all the <td>s and <tr>s
PS: You also aren't using a doctype on the page - that will through some browsers into quirks mode and not render correctly.
DOCTYPES:
http://www.alistapart.com/articles/doctype/
http://htmlhelp.com/tools/validator/doctype.html
Nadia
Adobe® Community Expert : Dreamweaver
Unique CSS Templates |Tutorials |SEO Articles
http://www.DreamweaverResources.com
--------------------------------------------------



