Log In · Register

 
Link Help?
funride
post Mar 15 2009, 04:33 PM
Post #1


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



How can you make the text a bigger size in a link.
I'm building a website, and I dont have any special links so I want to make them bigger.
Please help.
Thank you.
 
 
Start new topic
Replies
Mikeplyts
post Mar 15 2009, 04:41 PM
Post #2


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



Just adjust the font-size: property in the css for the a tag.

Like so:
CODE
a:link, a:link font, a:active, a:active font, a:visited, a:visited font {
  font-family:; font-size: ##px; color:; text-transform:; text-decoration:; }
a:hover { font-family:; font-size: ##px; color:; text-transform:; text-decoration:; }


or make a class for the link:
CODE
a.CLASS {font-family:; font-size: ##px; color:; text-transform:; text-decoration:;}
a.CLASS:hover {font-family:; font-size: ##px; color:; text-transform:; text-decoration:;}


Then apply it by adding class="" to the a tag:
CODE
<a href="URL" class="CLASS">link</a>
 

Posts in this topic


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