style.css

Discussion in 'CSS' started by forumSEO, Apr 12, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Can someone explain how to make a css style sheet (external). Some sites have:

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

    I am going to have that too. I know what it means but can someone tell me how to do it and give me examples. Thanks in advance.
     
    forumSEO, Apr 12, 2007 IP
  2. unitechy

    unitechy Peon

    Messages:
    350
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    http://cssplay.co.uk/menus/index.html

    read this, i think this may help
    also if you are thinkinh to start using it you can download a spftware called topstyle its very usefull.
    enjoy
     
    unitechy, Apr 12, 2007 IP
  3. MTbiker

    MTbiker Well-Known Member

    Messages:
    2,536
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    170
    #3
    Do you need help with CSS or just doing an external stylesheet instead of inline styles?

    If you just need to do an external stylesheet, you basically copy and paste the styles out of your document and into an external document. Take a look at some sites' style.css files and you should figure it out.

    If just starting CSS, try the site above plus www.w3schools.com.
     
    MTbiker, Apr 12, 2007 IP
Thread Status:
Not open for further replies.