Home
BasicTemplates.com | BasicWebGraphics.com | BasicTips.com

Search (Advanced Search) Select Category
What is CSS?

Print This 
Save This
E-mail This
Talk About This ( 0 )
Author: BasicRic
ID:39
Views: 1841

CSS means "Cascading Style Sheets" and is a system of rules that directly effect the display properties of your web pages such as colors, fonts, colors, layouts. CSS style blocks are also commonly referred to as rules can be embedded into an individual HTML page or placed in an external file to be used by many individual pages on your site. Thus changing a property in one place in the linked style sheet will immediately make that change on every web page linked to it.

All of BasicTemplates.com's web templates use linked style sheets as this is the most diversified way to manage any number of web pages.

You will find this code in the HEAD section of each of our web templates:

LINK rel="stylesheet" type="text/css" href="btstyleX.css"

The "X" represents the template number. Therefore, template number 54 will have a style sheet named btstyle54.css linked to it in the HEAD section of the HTML code.

You can edit your style sheet with an text editor such as Windows Notepad. These days most quality HTML editors will allow you to edit a style sheet from within its own software. Consult your HTML editor help section for the exact steps on how to edit an external style sheet with your software.

CSS is very easy to learn and some say it makes more sense than the HTML web programming language. The only reason not to use External CSS up until now is because you didn't know about or you didn't know how.

BasicTemplates.com's designs have been the answer to a quick and effective web desgin with External CSS since 1994.



Related Articles
How do I change the font size?
Open the .css file that accompanies the template in a text editor such as Windows Notepad. Many qual...
Pure CSS Web Site: Is it right for you?
You will notice that BasicTemplates\' designs are not completely and totally pure CSS. A full explan...
Dreamweaver: How to Edit an External Style Sheet
These instructions pertain to DW4 although other versions would likely have similar instructions. W...


Copyright © 1994-2005 BasicTemplates.com. All Rights Reserved. Content on this site may not be reproduced in whole or in part.
BasicTemplates.com
| BasicWebGraphics.com | BasicTips.com