Help - Search - Members - Calendar
Full Version: Font Color/Centering Profile
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
redciv2
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.
FoxLucky

.btext {color:XXXXXX;}

WHIMSICAL 0NE
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.
redciv2
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?
freeflow
If its an image comment you can shrink the pictures if its all text you have to delete it.
redciv2
It's an image. How do I shrink it?
freeflow
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>
redciv2
You are amazing! This thread can be locked if need be.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.