-
Step 1
Create a plain text file name like: style.css Then, create your code. It should look something like this:
body {background-color: use hexidecimal value for your color choice here;}
h1,h2,h3 {font-family: your style here, your style here, 'your style here'; }
p,table,li {font-family: your style here, your style here, 'your style here'; }
p,li,th,td {font-size: your size here%;}
h1,h2,h3,hr {color:your color choice here; }
a:link {color:your color choice here}
a:visited {color:your color choice here}
a:active {color:your color choice here}
a:hover {color:your color choice here} -
Step 2
Be sure to add your own unique look and feel by determining the style, color and size. Unless specified, you don't need to use the hexidecimal value of the color. You can just type in black, blue, red, green, etc.
-
Step 3
Link to your style sheet by adding this code between the
and tags:







Comments
DonnCole said
on 6/20/2008 Article was unclear. What does "link by adding this code between the and tags" mean? What and tags? Where?
The title of your article promised to tell me how to use external CSS stylesheets with Blogger templates. I would really like to know how to do that.
Please advise.
DonnCole
DonnLCole@cs.com