Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 3 of 3

This is a discussion on text link color in the Shared & Semi-Dedicated forum
Could someone please tell me if it is possible to have different text link colors in different table cells. I have a page that has ...

  1. #1
    JPC Senior Member
    Join Date
    Dec 2001
    Posts
    83

    text link color

    Could someone please tell me if it is possible to have different text link colors in different table cells. I have a page that has text links in table cells that have background colours of white and black. The page properties are set to link="red" alink="blue" as red is the only colour that will show up ok in both cells of the table but ideally I would like link="yellow" in the black background cell and link="green" in the cell with the white background.
    Is this possible or are the settings in the body tag overall dominant for the page?

    Thanks in advance for any help.

  2. #2
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    The "proper" way to do this, according to the latest web standards is to use CSS, but if you aren't familiar with CSS, I think you can do it other ways as well.

    Try doing something like this:
    <a href="#"><font color="red">Link Text</font></a>
    which should make the link red all the time, regardless of what your settings are in the body tag and regardless of wheter it is visited.

    I vaguely remember that you could also place the link, vlink, and alink color specifications in an <a> tag as well, but I may be wrong.
    <a link="red" vlink="purple" href="#">Link Text</a>

    If you'd like an explanation of how to change link colors with CSS, I can maybe write you one or point you towards some CSS resources.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  3. #3
    JPC Senior Member
    Join Date
    Dec 2001
    Posts
    83
    Thanks very much jason.
    The "Try doing something like this:
    <a href="#"><font color="red">Link Text</font></a>" works great ... your help is much appreciated.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •