View Single Post
Old 2005-12-21, 01:04 AM   #6
Maj. Stress
Progress rarely comes in buckets, it normally comes in teaspoons
 
Maj. Stress's Avatar
 
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
I just loked at your source code for the page in question. You have an html nested within an html page. Big no no. You need to fix that.
Now, I think the problem is coming from the fact that the nest html page is not calling the style sheet since it is not loaded to the browser in the initial html head tag. Hope that made sense.
You really need to clean up the coding on the page and put the call to the style sheet in the initial "head" tag and get rid of the nested html tags. You only need < html > once on a page.
I would do my best to make sure the page validates at www.w3.org to avoid problems like this.
Maj. Stress is offline   Reply With Quote