
more to the point the above classes and id's are pretty much what i thought CSS was all about? i learned most of what i know from http://www.w3schools.com/default.asp great place when you have a question type class in the search and find the diff uses,
you can asign one sheet just to color or typo whatever and use it with CMSMS if the class or id is not in the HTML it does nothing,, but really you are going to type #FFFFFF or id="white" or class="white" or something, right? you know you will either,
#header, #main, #news{background-color: #FFF;}
header class="white"
main class="white"
news class="white"
.white{background-color: #FFF;}
the great thing about class and id is the ability for great nuance, pick little pieces out and make them special.
hey where is the spellcheck button?
mark
