View Full Version : text link... (another stupid question...)


swtgrl55
03-31-2003, 09:26 PM
On neopets for the guild i'm in, the text link is way too big and i dunno how to change it... i tried lookin for the answer on this site but it only told me how to change the color... can ne1 help me?? plez answer...

epolady
03-31-2003, 09:30 PM
You want to change the size of the link?

try

<a href="URL" style="font-size: ##px;">Text</a>

don't forget to change the ## ;)

swtgrl55
03-31-2003, 09:43 PM
thanks soo much... and if this is no trouble... can u also change fonts???

epolady
03-31-2003, 09:50 PM
<a href="URL" style="font-size: ##px; font-family: verdana, arial, whatever;">Text</a>

You can check out the CSS section of this site for more tags.

swtgrl55
03-31-2003, 09:52 PM
ok... thanx again!