- From: Hans de Jong <hdejong@bart.nl>
- Date: Fri, 12 Sep 1997 19:24:45 +0200
- To: Asheesh Chowdhary <asheesh@everything.com>
- Cc: "'www-style@w3.org'" <www-style@w3.org>
On Fri, 12 Sep 1997 08:50:03 -0400, you (Asheesh Chowdhary <asheesh@everything.com>) wrote: > <STYLE TYPE="text/css"> > @import HREF="test1.css"; > </STYLE> It should be: <STYLE TYPE="text/css"> @import url(test1.css); </STYLE> | Hans de Jong | E-mail: hdejong@bart.nl | Handleiding HTML (Dutch HTML/CSS manual) | http://www.dsdelft.nl/~dejong/html | Windows 95 Page/Handleiding Windows 95 en Internet toegang | http://users.bart.nl/~hdejong
Received on Friday, 12 September 1997 13:25:09 UTC