How to link to external CSS files

Tips and help with HTML, CSS, JavaScript, and site development.
User avatar
ccb056
Site Administrator
Posts: 1003
Joined: January 14th, 2004, 11:36 pm
Location: Texas

How to link to external CSS files

Post 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">
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am

Post by Smartweb »

the type attribute is not required