Changing font colors on layout |
Changing font colors on layout |
Aug 27 2006, 12:39 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Jul 2006 Member No: 445,389 |
how do i change the font color for the last login,age,city part
|
|
|
|
![]() |
Aug 27 2006, 12:47 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
By changing your overall font color. This should work:
CODE body,table, td, li, p, div, textarea {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} Add style tags. And edit. |
|
|
|
Aug 27 2006, 12:58 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Jul 2006 Member No: 445,389 |
thank u
IT DIDNT WORK...IS IT SUPPOSED TO BE IN A SPECIFIC SPOT |
|
|
|
Aug 27 2006, 01:02 AM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <style> body,table, td, li, p, div, textarea {font:normal 9px arial; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;} .text {font:normal 9px arial; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;} </style> Add to your about me. |
|
|
|
Aug 27 2006, 01:06 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Jul 2006 Member No: 445,389 |
im sorry but it still dosent work
|
|
|
|
Aug 27 2006, 02:31 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Do you have another layout in your site?
Look it works pretty well for me: http://www.myspace.com/poopietest (thats why there tiny) If you have a layout in thats why.. |
|
|
|
![]() ![]() |