Print Page | Close Window

HTML help

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=11989
Printed Date: 29 March 2026 at 2:58pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: HTML help
Posted By: huwnet
Subject: HTML help
Date Posted: 29 September 2004 at 1:49pm
Is there a way of setting vlink and alink via <tr> or <font>



Replies:
Posted By: Mart
Date Posted: 29 September 2004 at 1:51pm
Why would you want to do that? Just set it in the body tag or through CSS


Posted By: dpyers
Date Posted: 29 September 2004 at 2:13pm

If you want to change the link colours used in table to something different from those used on the rest of the page, you'd use something like this css to define the link colors, then override them for <td> elements.

a:link   { color: #0AB0FF; text-decoration:none; border-bottom: 1px dotted #0AB0FF; }
a.td:link   { color: #FF00FF; }

This example changes just the color, the rest of the link attributes are the same



-------------

Lead me not into temptation... I know the short cut, follow me.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net