Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
|
That's the problem with using Frontpage to create your site: It'll only work well in IE. Same goes for Word's garbage code.
Apart from that, you're using a HTML 4.01 Strict DOCTYPE with deprecated attributes for style, rather than using CSS to define display.
My best suggestion is that you check your code using W3C's validator, learn to use CSS to style your page, and break away from Frontpage and tables. FF is choking on the conflicting DOCTYPE and deprecated code as it should; code it right to work in FF, then fix it for IE as necessary using conditional comments.
tim 
|