Font Color/Centering Profile |
![]() ![]() |
Font Color/Centering Profile |
Jan 2 2007, 08:43 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 |
Could someone tell me the part of the code that changes:
X's Latest Blog Entry (font color) X has friends (font color) They aren't showing up for some reason. Secondly, can I center my profile? It seems that it is way over to the left. |
|
|
|
Jan 2 2007, 08:46 PM
Post
#2
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 |
.btext {color:XXXXXX;} |
|
|
|
| *WHIMSICAL 0NE* |
Jan 2 2007, 08:48 PM
Post
#3
|
|
Guest |
The code for "Latest Blog Entry" and "___Has Friends" is the same text. It should look something like .btext {color:000000;font-size:10pt;} . The important part is the bolded stuff.
The profile should be center, by default. Could you post your layout code? ....Aw, Lucky beat me to it. LOL. |
|
|
|
Jan 2 2007, 08:56 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 |
Thank you!
About the centering: Actually, I think someone's comment stretched it out. I don't want to disable HTML, so is there anything else I can do? |
|
|
|
Jan 2 2007, 09:10 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
If its an image comment you can shrink the pictures if its all text you have to delete it.
|
|
|
|
Jan 2 2007, 09:12 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 |
It's an image. How do I shrink it?
|
|
|
|
Jan 2 2007, 09:15 PM
Post
#7
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <style type="text/css">
td.text td.text table table table td a img {width:100px;} td.text td.text table table table td div img {width:80px;} td.text td.text table table td img {width:260px; max-width:260px; width:auto;} td.text td.text table table td div img {width:80px;} * html td.text td.text table table td img {width:260px;} * html td.text td.text table table td a img {width:90px;} * html td.text td.text table table td div img {width:80px;} </style> |
|
|
|
Jan 2 2007, 09:25 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 |
You are amazing! This thread can be locked if need be.
|
|
|
|
![]() ![]() |