Click to See Complete Forum and Search --> : <link> Tag


peraonline
April 28th, 2004, 03:28 AM
use the <link> tag to import any css file, ok?

Sonu Kapoor
May 7th, 2004, 10:42 PM
Yup, something like this:

<LINK rel="stylesheet" type="text/css" href="Samples.css">

Sonu