Log In · Register

 
 
Closed TopicStart new topic
question about links
lalala01
post Nov 28 2005, 08:58 PM
Post #1


Newbie
*

Group: Member
Posts: 7
Joined: Nov 2005
Member No: 307,170



in the entries and the left module i need my links black, but other places like where it says "add comment" or "xanga" and "sign out" at the top, i need to be white. any ideas?
 
Kenado
post Nov 28 2005, 09:08 PM
Post #2


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



I know you can change the entrie in the blog to a different color with this.

CODE
<style type="text/css">
div.smalltext
{color:#000000;
background-color:#ffffff;
width: 100%;
text-align: center;}
</style>

When you're talking about the sign out the links such as the ones at the top corrcect?
 
YourSuperior
post Nov 28 2005, 10:16 PM
Post #3


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



For white links:

HTML
<STYLE TYPE="TEXT/CSS">
A:LINK{
COLOR: #FFFFFF;
}
A:VISITED{
COLOR: #FFFFFF;
}
A:HOVER {
COLOR:#FFFFFF;
}
</STYLE>
 
lalala01
post Nov 29 2005, 08:36 PM
Post #4


Newbie
*

Group: Member
Posts: 7
Joined: Nov 2005
Member No: 307,170



Maestro, that's kind of what I wanted but not in the left module, or in the entries. JUST at the top links and the "add comment" etc places.

Kenado, that's almost it. It gets the top links and everything, but I don't want a white backround on it, just white text. I tried editing it without the backround but it didn't work x.x It also doesn't get the username-reviews-events-subscribe! thingy. It's complicated :/

Thanks for the help so far though
 
gelionie
post Dec 1 2005, 08:39 AM
Post #5


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



Put this into Input your own Header HTML:
CODE
<style type="text/css">
div.smalltext {
font-color: #FFFFFF; }

table.navigation {
font-color: #FFFFFF; }
</style>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: