Hi Adam,
This code features a number of out dated tags and an incorrect doc type. This way, there's a fair chance the document looks different in different browsers and editors.
First, fix the doc type to something like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Then remove the attributes from the <body> tag and replace them with the following CSS:
body
{
margin: 0;
background-color: #ffffff;
}
This should make a difference. But I haven't tested your code yet, so I don't know if it will fix all of your problems.
You could take a look at Beginning CSS by Richard York. This book deals with CSS and cross browser issues extensively.
http://www.wrox.com/WileyCDA/WroxTit...764576429.html
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out
this post.