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
. 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).