On 2/7/07, Tim <[EMAIL PROTECTED]> wrote:
You better read up on CSS.
Then in the HTML documents put <a class="white">some text</a>

.white{color:#000000;font-size:100%;line-height:100%;}
.red{color:#FF0066;font-size:100%;line-height:100%;}
.black{color:#000000;font-size:100%;line-height:100%;}
.yellow{color:#FFFF00;font-size:100%;line-height:100%;}
.green{color:#006633;font-size:100%;line-height:100%;}
.blue{color:#0000FF;font-size:100%;line-height:100%;}

My goodness, what is all that? Can you explain? Is this for real? Why
would anyone not just do:

a { font-size:100%; line-height:1.0 }

.white { color:#000000; }

(and did you know that font-size100% is usually the default, and
line-height 1.0 does not readable text make... [most browsers default
at 1.2])
etc...

--
--
Christian Montoya
christianmontoya.net .. designtocss.com


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to