Tech Support Forum banner
Status
Not open for further replies.
1 - 9 of 9 Posts

· Registered
Joined
·
3 Posts
Discussion Starter · #1 ·
Hello everyone,

I'm putting together a website on my Mac and when i test out my page in safari it looks xactly the way i want it too. In firefox however all styling disappears.

I've validated my page on the http://www.w3.org/ page and although i get some errors concerning some embedded google video players everything els is fine.

I'm working in HTML 4.0.1 transitional. I do not have the site on a server right now everything is offline.

Any ideas?

Wouter
 

· God (TSF Enthusiast)
Joined
·
1,126 Posts
Re: Firefox doesn't read CSS file

Can you post the source of the web page and any file it links to?

Like if you have an external css file or js file it'd be great if you can attach those as well.
 

· Registered
Joined
·
3 Posts
Discussion Starter · #3 ·

· God (TSF Enthusiast)
Joined
·
1,126 Posts
Re: Firefox doesn't read CSS file

Change this:
HTML:
<link rel="stylesheet" href="style1.css" type="txt/css">
to this:
HTML:
<link rel="stylesheet" href="style1.css" type="text/css">
 

· God (TSF Enthusiast)
Joined
·
1,126 Posts
Re: Firefox doesn't read CSS file

In HTML 4.1 transitional--the doctype specified in the html file attached--the end tag isn't needed. I agree that it should be included anyway, but it would still 'work' nonetheless.
 

· God (TSF Enthusiast)
Joined
·
1,126 Posts
Re: Firefox doesn't read CSS file

Cool :)

If you could, please go up to your original post and click "Thread Tools"-->"Mark as Solved"

It'd be a great help to us and those that use search engines. Glad we could help, welcome to TSF :)
 
1 - 9 of 9 Posts
Status
Not open for further replies.
Top