
External CSS in Netscape not working
HI
I developed a pape in IE5 using the <link rel stylesheet
href="filename.css"> and it works great.
However I get a transfer interupted error in Netscape and the external style
sheet does not work.
My style sheet looks something like this, very basic.
#L1b {color:black; font-face="Tempus Sans ITC"; font-size=24}
#L1b {color:black; font-face="Tempus Sans ITC"; font-size=18}
and then I use (ID= L1b) tags in the html page.
Can anyone shine some light on my problem.
Thanks in advance of your answer.
Mick