Help - Search - Members - Calendar
Full Version: controlling "Music" etc. links with CSS
Forums > Resource Center > Webmasters' Corner > Resolved Topics
smalltown
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
To disable clickable links in Interests / Music / Movies / Television / Books / Heroes, put a <Z> anywhere in the box where you type your content.
smalltown
Hi, thanks .... but I'm not trying to disable them, I'm trying to control how the links look.
Alvin
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
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.