
CSS: Cascading Style Sheets
The American Techpushers Blog Monkey works with three HTML source files:
template.html - the file on which the output is built
default.css - the style sheet for the 'look' of template.html
blogmonkey.css - the style sheet devoted to the blog content.
The whole 'look' of the blog output is basically determined by these three files. Editting them, or replacing the template.html and default.css altogether, changes the look of the blog.
The key to a functional template is the placement of three code words within the template file. It makes no difference what the final output is to look like, so long as these keywords are found within the template.html file.
These case-sensitive keywords are:
If you are new at this whole CSS thing, here's what you do:
There -- that wasn't all that difficult, was it?