forum css question

Discussion in 'CSS' started by ChadSkinny, Oct 12, 2009.

  1. #1
    Hello, dpers.
    My friends owns a forum which is using the vBulletin software. Someone has recommended us to "Stick the CSS in it's own file". This way we won't have a page and half of stuff that does not need to be there. It also makes it harder for google to get to the important stuff. The content is currently below all that stuff. Though, he's not really a programmer so I'm going to need help from you guys!. I'm also pretty new to programming so you may spoon feed me ;)
     
    ChadSkinny, Oct 12, 2009 IP
  2. wanovak

    wanovak Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sticking the CSS in its own file does nothing for accessibility/speed. All it does is make it easier for you to edit.

    <link rel="stylesheet" type="text/css" href="URL TO CSS FILE" title="style" media="screen" />
    Code (markup):
    Put the CSS from the main PHP file into a .css file and replace it with the code above.
     
    wanovak, Oct 16, 2009 IP