External Style Sheet

<< back | refresh | forward >>

An external style sheet is amazing!! Its so helpful when you have a big site that contains a lot of pages!
Instead of editing each page's CSS, you can just edit one page and it'll change the CSS of all of the other pages! It's so easy to do. Follow the steps below:

  1. First of all, copy and paste your CSS into your text editor(Ex: Notepad).

  2. Save it as stylesheet.css.

    Note: You can save it as anything you want but the most important thing is to make sure you add a .css after it!
    And also make sure theres NOTHING after .css, for example like .txt! If there is, then you're style sheet won't work! This is how its supposed to be: stylesheetname.css

  3. Now upload your CSS file into your server.

  4. To add your CSS to your pages, copy this:

  5. And paste it into every page you want to use your CSS on. Make sure you repalce where it says 'your stylesheet name' with your own style sheet's name.

  6. Now whenever you want to edit your CSS, open it up using your text editor. Edit it, then upload it into your server again! (Let it overwrite your previous CSS file) And thats it! You're Done!^_^!