admin
Posts: 7
Member Since: 3/1/2005
|
| Subject: Importing CSS File
|
Posted On: 4/4/2005 8:00:00 AM
|
|
A better way of using CSS effectively, involves putting the code in a separate file and then importing that file. Here is an example of the import code:
| <link rel="stylesheet" href="style.css" type="text/css">
|
|
|
|
|