Page 1 of 1

How to link to external CSS files

Posted: April 15th, 2004, 1:58 am
by ccb056
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">

Posted: April 15th, 2004, 1:59 am
by Smartweb
the type attribute is not required