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 (1 - 5)
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>
 
theerinkal
post Mar 15 2009, 05:50 PM
Post #3


Irrisistable Cabbages.
*****

Group: Member
Posts: 549
Joined: Nov 2007
Member No: 589,355



I'm sorry I forgot to add those for you. Here's The codes that I use

CODE
A.nav:link , A.nav:visited , A.nav:active { text-decoration: none; color: black; font-size: 15px; display: block; background-color: hotpink; border-right: 8px solid purple; border-left: 8px solid purple; text-align: center;}
A.nav:hover { text-decoration: none; color: COLOR; font-weight: bold; font-family: arial bold; font-size: ###px; display: block; background-color: COLOR; border-right: #px solid COLOR; border-left: #px solid COLOR; text-align: center;}


 
alek
post Mar 17 2009, 09:04 PM
Post #4


Member
**

Group: Official Designer
Posts: 10
Joined: Oct 2008
Member No: 692,614



the other two posts work fine, but if you would only like to change one specific link the easiest way would be
CODE
<a href="URL" style="font-size:16px;">Link</a>

the font size there is set to 16px, but you can change it to whatever you want too
 
funride
post Mar 17 2009, 09:09 PM
Post #5


Funride.org
*****

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



Thanks thats what I wanted, but I dont need it anymore.
 
manny-the-dino
post Mar 17 2009, 09:12 PM
Post #6


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



Topic Closed & Moved
 

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