|
|
|
|
|
|
Posted: Sat Dec 09, 2006 9:10 pm
Is there any way I can insert a code to change it from orange to black?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sun Dec 10, 2006 6:44 pm
Does this not work? a:link {color: #______; }
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sun Dec 10, 2006 6:52 pm
Ava R. Does this not work? a:link {color: #______; } ok.... well step two.... where do i put it...?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Dec 11, 2006 2:46 pm
For the new profiles, when you're viewing your profile click "Edit My Profile". From the menu select "Theme" and then the CSS tab. Stick that code in the box and click "Update".
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Dec 11, 2006 3:01 pm
Ava R. For the new profiles, when you're viewing your profile click "Edit My Profile". From the menu select "Theme" and then the CSS tab. Stick that code in the box and click "Update". oooh... ok... thanks.. edit: i'm probably getting to be a pain in the a** by now but what code do i use to change the color of a link that's been used? (it still changes back to orange after I've clicked it...)
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Tue Dec 12, 2006 6:03 am
Nah, it's not a problem. smile
These are all of the link codes. The first is for unclicked links, the second is for visited links (links that have been clicked), the third is for links when they're hovered over, and the last is for links that are being clicked. a:link {color: #______; } a:visited {color: #______; } a:hover {color: #______; } a:active {color: #______; } The last one is usually only visible for a split second right when it's being clicked, so it's not really important, but I figured I'd give you them all just in case.
They must stay in this order, by the way, for the coding to work properly.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Wed Dec 13, 2006 12:57 pm
Ava R. Nah, it's not a problem. smile
These are all of the link codes. The first is for unclicked links, the second is for visited links (links that have been clicked), the third is for links when they're hovered over, and the last is for links that are being clicked. a:link {color: #______; } a:visited {color: #______; } a:hover {color: #______; } a:active {color: #______; } The last one is usually only visible for a split second right when it's being clicked, so it's not really important, but I figured I'd give you them all just in case.
They must stay in this order, by the way, for the coding to work properly. Thank you kindly, ma'am.
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|