controlling "Music" etc. links with CSS |
controlling "Music" etc. links with CSS |
Jun 4 2007, 09:12 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Apr 2007 Member No: 514,497 |
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??
|
|
|
|
![]() |
Jun 4 2007, 10:00 AM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
To disable clickable links in Interests / Music / Movies / Television / Books / Heroes, put a <Z> anywhere in the box where you type your content.
|
|
|
|
Jun 4 2007, 11:34 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Apr 2007 Member No: 514,497 |
Hi, thanks .... but I'm not trying to disable them, I'm trying to control how the links look.
|
|
|
|
Jun 4 2007, 12:12 PM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
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> |
|
|
|
Jun 4 2007, 12:22 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Apr 2007 Member No: 514,497 |
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.
|
|
|
|
![]() ![]() |