smalltown
Jun 4 2007, 09:12 AM
I have the text and links text on a profile styled across the board except for one part ... the (@%!) links that appear when you fill in boxes under General, Music, Television, Books and so on. Not the headers for these fields -- those are styled fine ... but the links themselves that get created when you enter content into those textboxes just won't cooperate. Any hints??
Alvin
Jun 4 2007, 10:00 AM
To disable clickable links in Interests / Music / Movies / Television / Books / Heroes, put a <Z> anywhere in the box where you type your content.
smalltown
Jun 4 2007, 11:34 AM
Hi, thanks .... but I'm not trying to disable them, I'm trying to control how the links look.
Alvin
Jun 4 2007, 12:12 PM
This topic should be in Myspace Support.
Try the code below. You have to edit the css yourself.
CODE
<style type="text/css">
{Default Links}
a:link{
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;
}
a:active{
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;
}
a:visited{
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;
}
a:hover{
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;
}
</style>
smalltown
Jun 4 2007, 12:22 PM
Hmm, thanks, I already have those defined as well as some other a styles defined, but I still have the problem with JUST the links I mentioned above remaining unstyled. Maybe I just have a weird error in my stylesheet somewhere.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.