|
FIRST - put a proper DOCTYPE on your page, that will ensure that you get more consistent results on all browsers, though IE6 will still need a few other kicks to make it behave.
Second - get rid of the tables for layout, you don't need them and they are soo 1997. Your layout can be achieved completely without tables and w/o too much effort.
Third, put your text inside <p></p> tags as they are supposed to be.
Get rid of things like <div align="center"> and properly use CSS to center the div. Also get rid of the background colors and such you have crammed into the <body> tag and put all that presentational markup into the CSS , where it's supposed to be.
In your CSS, define a default typeface and size - FF is displaying it in TimesNewRoman whereas IE6 is showing it in what appears to be Arial or Verdana.
__________________
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
|