what do these to codes mean |
what do these to codes mean |
Aug 5 2009, 02:28 AM
Post
#1
|
|
|
Blazed ![]() ![]() ![]() ![]() Group: Member Posts: 294 Joined: Jun 2009 Member No: 732,840 |
CODE {sets the default style for the body, table data, list data, divisions and text areas} body,table, td, li, p, div, textarea {font:normal 9px tahoma; color:black; font-weight:2pt; border:0px; text-transform: none; line-height:12px;} {class for the basic font for the page} .text {font:normal 9px arial; color:black; font-weight:2pt; border:0px; text-transform: none; line-height:12px;} i fOrget |
|
|
|
![]() |
Aug 5 2009, 05:56 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
See this bit here:
CODE body,table, td, li, p, div, textarea {font:normal 9px tahoma; color:black; font-weight:2pt; border:0px; text-transform: none; line-height:12px;} Those are tags (<body>, <table>, <td>, etc). The text encased in those tags will have the style that you assigned onto them. This bit here: CODE .text {font:normal 9px arial; color:black; font-weight:2pt; border:0px; text-transform: none; line-height:12px;} That's a class (class="text"), and that designates the row of text for many different tables on a profile. That is what the note below means: CODE {class for the basic font for the page}
|
|
|
|
SwaggLookinGood what do these to codes mean Aug 5 2009, 02:28 AM
emberfly Two* Aug 5 2009, 02:30 AM
SwaggLookinGood Yea i know that, its in my style sheet,
but i don... Aug 5 2009, 02:31 AM
SwaggLookinGood okay thanks.
you can close Aug 6 2009, 08:49 AM
Mike Topic closed & moved. Aug 6 2009, 08:51 AM![]() ![]() |