My CSS Template isn't working.?
I download the folowing css template : http://www.free-css.com/free-css-templates/page70/christines-blog.php I opened the zipped forder and clicked on it and the writing is there but none of the pictures or backgrounds are there. What do I do?
Public Comments
- You have to unpack the whole template, all the images and other files.
- if u r doing it the notepad way, u will need to save it as a .css file. then to link any page to the css u need the following code under the <title> tag:<link href="" rel="stylesheet" type="text/css"> when u edit the css its not the same as the regular code. for example: to change background color u would put: body {background-color: blue; }
Powered by Yahoo! Answers