1 reply [Last post]
Anonymous
Anonymous's picture
rank Guru
Guru

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
User offline. Last seen 7 hours 15 min ago. Offline
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2003-03-12
Posts: 3705
Points: 1115

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

Your question may have already been answered, search and read before you ask.