what do these to codes mean |
what do these to codes mean |
![]()
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 |
|
|
![]() |
![]()
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}
|
|
|
![]() ![]() |