Forums
This topic is locked
hyperlink question.
Replies
Replied 29 Sep 2003 15:23:37
29 Sep 2003 15:23:37 Wayne Hultum replied:
You could put this code in the head of your page.
<pre id=code><font face=courier size=2 id=code> < style type='text/css' ></font id=code></pre id=code>
a:visited {color:#000066;text-decoration:none}
a:hover {color:#ff0000;text-decoration:none}
a:link {color:#000066;text-decoration:none}
<pre id=code><font face=courier size=2 id=code> < /style ></font id=code></pre id=code>
or just put
a:visited {color:#000066;text-decoration:none}
a:hover {color:#ff0000;text-decoration:none}
a:link {color:#000066;text-decoration:none}
in a style sheet and put a link to the style sheet in your page
you can change the link color to what you want, if you want it to underline the link change text-decoration to underline
hope it makes sense
Wayne
<pre id=code><font face=courier size=2 id=code> < style type='text/css' ></font id=code></pre id=code>
a:visited {color:#000066;text-decoration:none}
a:hover {color:#ff0000;text-decoration:none}
a:link {color:#000066;text-decoration:none}
<pre id=code><font face=courier size=2 id=code> < /style ></font id=code></pre id=code>
or just put
a:visited {color:#000066;text-decoration:none}
a:hover {color:#ff0000;text-decoration:none}
a:link {color:#000066;text-decoration:none}
in a style sheet and put a link to the style sheet in your page
you can change the link color to what you want, if you want it to underline the link change text-decoration to underline
hope it makes sense
Wayne