Just uploaded a template..Now what?

Discussion in 'CSS' started by ParaStorm5, Nov 13, 2009.

  1. #1
    I have the template and it shows up when typing the domain.

    Where do I edit this? All I see is images and a .css file. I am assuming I need to create an index file to edit but how do I get it the .css file to read it?

    Sorry for the noob question!

    Thanks!
     
    ParaStorm5, Nov 13, 2009 IP
  2. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    To link a page to a CSS file you add this to the <head> of your page:
    
    <link rel="stylesheet" href="style.css" type="text/css">
    Code (markup):
    Where style.css is the name of your stylesheet.
     
    wd_2k6, Nov 14, 2009 IP