View Full Version : links


Love's Curse
04-14-2006, 02:07 PM
Wanting to know how to change the colour of links without using css. The HTML codes I'm using don't work. Any help would be greatly appreciated.

HeLpM3
04-14-2006, 02:11 PM
umm hoope this helps you :)


<a href="URL"><font color="#ffffff">Link here</font></a>

J to the izzosh
04-15-2006, 06:14 AM
But CSS is your best friend when it comes to styling your content. Why not take some time to learn about it (http://www.westciv.com/style_master/academy/css_tutorial)?

Gmagee101
04-15-2006, 08:59 PM
you could try to do the whole

<body bgcolor="#Color" text="#color" link="#color" vlink="#color" alink="#color">

link is the color it is when its normal
alink is when it is active
vlink is after you've visited it

Love's Curse
04-17-2006, 09:24 AM
i know how to use css but my site now wont allow it for some stupid reason.
And thanks Gmagee101 for the help but i was using them and for some reason theyre not working.