Tips and help with HTML, CSS, JavaScript, and site development.
-
ccb056
- Site Administrator
- Posts: 981
- Joined: January 14th, 2004, 11:36 pm
- Location: Texas
-
Contact:
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
-
Contact:
Post
by Smartweb »
the type attribute is not required