font |
![]() ![]() |
font |
Apr 9 2006, 01:21 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 138 Joined: Jun 2005 Member No: 160,712 |
http://profile.myspace.com/index.cfm?fusea...iendID=31134267 thats my div layout can anbody help me make the red view all friends link turn into the color snow and the has friends link into snow too
|
|
|
|
Apr 9 2006, 01:27 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Do you mean how to change the color of the view my friends link?
|
|
|
|
Apr 9 2006, 01:28 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 138 Joined: Jun 2005 Member No: 160,712 |
yea and xx has xx friends link too
|
|
|
|
Apr 9 2006, 01:58 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
in style tags:
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} .redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } .redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } |
|
|
|
Apr 9 2006, 02:14 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 138 Joined: Jun 2005 Member No: 160,712 |
the xx has xx friends is still black :[
|
|
|
|
Apr 9 2006, 03:03 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}
.standard b, p b, B, strong { font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } add that too. Otherwise I don't know if you can change it. Part of the code already posted changes the number.. You might want to change the color of bold text too that might change it. |
|
|
|
Apr 9 2006, 03:34 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 138 Joined: Jun 2005 Member No: 160,712 |
yayyy it worked :) can you help me show the friend pictures but squish it together so it doesnt form a horizontal scrollbar?
|
|
|
|
Apr 9 2006, 03:51 PM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
The only way to fix those type of problems are:
1. Make your width bigger. 2. Make the images smaller. 1. You just edit the width of that div. 2. You use this: http://www.createblog.com/scripts/download.php?id=177 Or you custom friends list. There is a way to make all images in general bigger but that would mess up your div, if your div is an image. If not img{ width:#px; height:#px;} in style tags. Not sure if this would work but you can also try a thinner tables code too http://www.createblog.com/scripts/download.php?id=198 |
|
|
|
![]() ![]() |