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