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

Received on Friday, 12 September 1997 13:25:09 UTC