[Prev][Next][Index][Thread]
Re: problem importing style sheets
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
References: