How to link to external CSS files
Posted: April 15th, 2004, 1:58 am
The following code is an example of how to link to an external css file:
Code: Select all
<link type="text/css" rel="stylesheet" href="Resources/cssStyles.css">