StyleSheets

Stlye sheets make it so much easier to change layouts. Now to use a style sheet you need to make sure your host supports .css. Freewebs Does**. Now you can make this on your host if it has an editing program, or you can use a program on your computer. (i.e. Notepad*). You will need to upload it onto your host if you use notepad.

<link rel="stylesheet" href="style.css" type="text/css"> Use this code on every page you want the style applied to. Replace style.css with your url to the page you made.

*If you use notepad for your coding remember to save as .css and not .txt