Log in

View Full Version : Linking the CSS



gclark
03-16-2007, 03:24 PM
Hi
I'm new to css I understand it a little. There are some css templates on this website. I have an existing website was created in frontpage 2003. How do I link the style sheet to my site? I just want the CSS to control fonts, background etc.



Thanks for any help.
Gloria

BLiZZaRD
03-16-2007, 04:04 PM
upload the NAME.css file to your server, inside the root directory. On all the pages/files you want the css to be used put this in the <head> section of each page:



<link rel="stylesheet" type="text/css" href="NAME.css" >


the href doesn't need to be either absolute or relative, as you can use either.