web design article on stylesheets
Web design article on how to link to a css style sheet using xhtml strict code.
Use the following code when coding your new website using valid xhtml strict code.
<link rel=”stylesheet” href=”stylesheet.css” type=”text/css” />
Replace stylesheet.css with the name and path of your chosen stylesheet.
If you need any help, then most website designers should be able to help you with this.
Posted under web design.