[CLUE-Tech] Font color for links: variations of a theme

Kevin Cullis kevincu at orci.com
Tue Jun 19 17:22:24 MDT 2001


Thought you all like to know this, if you don't already.

I working on my web site and I was trying for a certain look (former Mac
person alert Woop, Woop! ;-).  I saw a number of sites that had changed
the HTML links to their color scheme and I liked what I saw, but
couldn't produce it exactly.  Look story short:

To get the links to stay a certain color no matter what is/has been done
to it, do this:

<tr>
<td><b><a href="AboutLLOC/about.html"><font color="FFFFFF">About
LLOC</a></font></b></td>
</tr>

Notice the <font color> is right next to the link text.

To get the links to adapt to your colors of vlink and link, do this:

<tr>
<td><b><font color="FFFFFF"><a href="AboutLLOC/about.html">About
LLOC</a></font></b></td>
</tr

Notice the <font color> is before the <a href>

Now I'm sure that there are variations to this, but it was something
which I learned.

Kevin



More information about the clue-tech mailing list