Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Style sheet is not linking

Status
Not open for further replies.

mikedow

Technical User
Joined
Jun 8, 2003
Messages
2
Location
US
I had a very odd problem happen with coding for a page. Do you have any ideas???

On a particular page I lost all css references. After comparing the code to a page that worked and finding everything the same, I re-linked the css reference. It worked.

The code on the page for *both* line 8 and line 9 read:

<link href="mrdowling.css" rel="stylesheet" type="text/css">
<link href="mrdowling.css" rel="stylesheet" type="text/css">

If I remove either of the lines, the styles are gone in IE, but continue to work in Firefox. This only seems to be a problem in pages I am currently editing. The old stuff is fine.

The page that works (with the double css reference) is:

The page with the single css refences is:

Mike
 
Both look the same to me IE6

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top