Tue, 2003-04-08 14:12
Hi everybody. Ok, I'm new with CSS, and here's the problem. Some portions of my new site won't show in IE, especially the CSS part. Safari and NN works fine. Any suggestions? Marc
heres the link: http://www.whitecloudstudios.com/wcsabout.html
Wed, 2003-04-09 09:01
#1
CSS won't show in IE
Hi Marc,
Not sure if this is the answer but it is at least somewhere to start.
You should declare styles inside the head section of the page.
Currently the you have a style for links declared after the head is closed.
The doctype should link to a doctype definition, so unless you have a doctype definition stored on your server you should use the absolute path as in
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
If you still have the problem after making those couple of changes start going through the code to ensure all tags are closed. There is too many nested tables for me to look through.
Can't you set Dreamweaver up so that it uses divs instead of tables :?: