fontage |
![]() ![]() |
fontage |
Dec 15 2006, 09:52 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2006 Member No: 445,280 |
i donno how to explain but
this is my layt font : font, body, table, td, div, h1, h2, br, a, p {font-family:arial; font-size:8pt; color:black; background-color:none text-transform:normal; text-decoration:none; font-weight:none; line-height:90%; } .nametext {font-family: arial; font-size: 20pt; color:black; background-color:none;text-transform:lowercase; text-decoration:none; font-weight:none;} .text {font-family: arial; font-size:8pt; color:black; background-color:;text-transform:normal; text-decoration:none; font-weight:none;} .redtext {font-family: arial; font-size: 8pt; color: black; background-color:;text-transform: normal; text-decoration: none; font-weight: none;} .whitetext12 { color:black ; font-size: 8pt;font-family:arial;line-height: 11px;letter-spacing:px color: ; font-weight: bold; text-decoration: none;text-transform: normal; } b {color:hotpink ; font-size: 8pt;font-family:arial;line-height: 10px;letter-spacing:pxcolor: ;font-weight: bold; text-decoration: none;text-transform: normal; } I like evrything about this font except that it won't allow me to resize some words in about me .it keeps evrything 8pt . what should i add to make letters resizable ?/ does that make sense?/ thanks |
|
|
|
| *WHIMSICAL 0NE* |
Dec 15 2006, 09:59 AM
Post
#2
|
|
Guest |
You can override your CSS.
Try <font style="font-size:20pt;">WORDS</font> |
|
|
|
Dec 15 2006, 10:45 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2006 Member No: 445,280 |
i used this
<font style="font-size:15pt; color:black;"> text here</font> but it won't change the color:// |
|
|
|
Dec 15 2006, 06:48 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Use that code but change:
CODE font, body, table, td, div, h1, h2, br, a, p {font-family:arial; font-size:8pt; color:black; background-color:none text-transform:normal; text-decoration:none; font-weight:none; line-height:90%; } to CODE body, table, td, div, h1, h2, br, a, p {font-family:arial; font-size:8pt; color:black; background-color:none text-transform:normal; text-decoration:none; font-weight:none;
line-height:90%; } |
|
|
|
![]() ![]() |