Tutorials > External CSS

What's external css?
It's pretty simple. Using external css is one of the easiest ways to change you site's colors, styles ... using just one file! In other words, you don't have to go to every page to edit the css code whenever you change your layout.

1. Save your CSS document as style.css
2. On top of your web pages, insert this code between the <head> tags
*You may need to change the path if located in a different directory

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


Whenever you need to make changes, just edit your style.css and upload it n. n no more going through editing every page!
Rotation / Web ring