How can I display this template on my website?
I got the template from this site: http://www.oswd.org/design/preview/id/3330 I downloaded the zip file for it then extracted it. Do I upload the images and copy the CSS onto my website to make the template show up? Because that is what I did, but my website didn't display the template; it only showed the code. How can I make it show the actual template?
Public Comments
- the zip contains folders. drag those folders into your ftp.
- You have to implement the CSS into the HTML code. You obviously don't know what the hell you're doing, so find someone who does, or learn to do it properly, because this isn't a 2 minute thing that can be explained in a text on a site like this.
- Relax buddy. We are here to help. Listen goto www.w3schools.com. That site rules you can learn 20 programming languages they give examples and references and teach you step by step. your looking for: http://www.w3schools.com/css/default.asp They it. that file will start making sense
- How are you embedding the CSS? If you are doing it externally, make sure their is a link to the CSS in the head section of your base html file. Ex: <head><script type="text/css" src="(put CSS file here)"></script> If it is embeded in the HTML file, make sure that you have starting and ending tags. <script type="text/css">CSS CODES</script> And heres an example of what a CSS code might be: a:hover {color: blue}
Powered by Yahoo! Answers