- From: Frank Boumphrey <bckman@ix.netcom.com>
- Date: Wed, 8 Jul 1998 11:24:12 -0400
- To: "Ian Hunter" <i.hunter@motiv.co.uk>, <www-style@w3.org>
Ian,
the LINK does work in Netscape 4 plus, but Communicator is VERY picky.
If you make a SINGLE mistake with your style sheet syntax Netscape will
usually dump the whole sheet!!
Also remember the CSS file can contain nothing but CSS comments and style
rules.
Try this:-
/*this is junk2.css*/
H1{font-size:72pt;color:red;}
and heres the HTM file.
<HTML>
<HEAD>
<LINK REL=STYLESHEET TYPE="text/css" HREF="junk2.css" TITLE="junk">
</HEAD>
<BODY>
<H1>A HEADING</H1>
</BODY>
</HTML>
This does work with communicator.
Try quoting color or putting a space between 72 and pt ( common syntax
errors )and see what happens.
Frank
Frank Boumphrey
XML and style sheet info at Http://www.hypermedic.com/style/index.htm
Author: - Professional Style Sheets for HTML and XML http://www.wrox.com
-----Original Message-----
From: Ian Hunter <i.hunter@motiv.co.uk>
To: www-style@w3.org <www-style@w3.org>
Date: Wednesday, July 08, 1998 10:34 AM
Subject: CSS <LINK> and Netscape
Folks,
This might not be exactly the right forum, but if not can somebody point me.
I can't get the <LINK....> syntax to work with Netscape browser. This is
frustrating because I can't find any refs. on the net to any problem (the
failure of
import is mentioned).
Can anybody emlighten me?
Many Thanks
Ian
===================================================================
Ian Hunter Orwell House, Cowley Road
Technical Manager Cambridge, CB4 4WY, UK
Motiv Systems Ltd | Tel: +44 (0)7000 4 MOTIV (66848)
Orwell House, Cowley Road, Cambridge, UK | Fax: +44 (0)1223 576319
Email: i.hunter@motiv.co.uk | URL: http://www.motiv.co.uk
Received on Wednesday, 8 July 1998 11:21:04 UTC