Log In · Register

 
 
Closed TopicStart new topic
All Caps
countthestarz117
post Nov 21 2005, 10:11 AM
Post #1


IM BOUNCIN OFF THE WALLS AGAIN
***

Group: Member
Posts: 57
Joined: Jul 2004
Member No: 35,426



In my xanga, I want my links to be all caps, but I can't figure out in the code where I input that

CODE
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
 color: #000000;
 background-color: #FF7A89;
 background-image: url();
 font:normal 11px terminal;
 line-height:10px;
 text-transform: none;
 text-decoration: none;
 letter-spacing: 0px;}  

a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
 color:#FBEB53;
 background-color:transparent;
 font:normal 11px terminal;
 line-height:10px;
 text-transform: uppercase;
 text-decoration: none;
 letter-spacing: 0px;}

a:hover {
/* edits when user mouseovers the links */
 color:  #000000;
 background-image: url(http://img266.imageshack.us/img266/1485/moredots3nr.png);
border-top:
 border-bottom:
 background-color: #FFFFFF;
 font:normal 11px terminal;
 line-height:10px;
 cursor: se-resize;
 letter-spacing: 0px;
 text-decoration: none;
 text-transform: uppercase;}


How do I make this make my links all caps? pinch.gif

This post has been edited by Szeh: Nov 21 2005, 07:33 PM
 
moorepocket
post Nov 21 2005, 11:42 AM
Post #2


Death is a promise given to us at birth
*******

Group: Official Designer
Posts: 4,757
Joined: Mar 2004
Member No: 7,459



QUOTE
text-transform:uppercase;
 

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