Re: Giving up Tables for DIVs... 2 questions though -
08-23-2006
, 04:56 PM
John,
First things first, fix your HTML.
Use the right DTD... your page isn't even HTML, let alone XHTML.
For one thing, you're missing the BODY and HTML closing tags.
Also, your CSS is incorrect in places...
Run http://validator.w3.org/ over your page... fix the errors, then see
how it looks.
If you're still having problems, post again
Best of luck,
Dan |