Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.

Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
Ok, I got it

Blog >> Tutorials >> External CSS

EXTERNAL CSS

We want to learn how to use linked and external css. So instead of changing all of your pages style sheet you can easily change the external css file. Its somehow hard for beginner users. You should just follow step by step carefully.

1. Open up Notepad, or any other text editor and type your desired CSS code. Be sure you do not type <style type="text/css"> and </style>. Here's an example:



2. Now save the file as a CSS (.css) file. Make sure that you are not saving it as a text (.txt) file, as notepad likes to do by default. Name the file Style.css.

3. Now you should upload the Style.css file to a host. I've uploaded mine to my freewebs account. Here it is (its the css I use on all of my Piczo pages):

4. Now the only thing you should do is to use the code below and copy and paste it to an HTML Box. You need to change CSS URL with your Uploaded CSS Address(URL).