|
It's a start, use a better doctype, like HTML 4.01 strict instead of the loosey-goosey Transitional and you'll be better off and learn to write cleaner code.
Get RID of those horrid <font> tags, all that should be done with CSS, and they are deprecated.
You've got code in there that will trigger some ugly bugs in IE 6.
You've got browser hacks that will cause IE7 to choke.
Like I said, it's a step in the right direction.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|