1 reply [Last post]
Anonymous
Anonymous's picture
Guru
calgary,alberta
calgary,alberta

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

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 4 weeks 1 day ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

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 :?: