Coder's Guild Mailing List

Re: TCG digest 92

Posted by C Waudby on 1998-03-21

Jaz,

I think this should work (you should be able to replace TD with whatever tag
you like):

<style>
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A TD {text-decoration: underline}
-->
</style>

Good luck,

Quadby,
quadby@xxxxxxxxx.xxx
http://freespace.virgin.net/c.waudby/

Original message:


>I have a question about HTML, or better a
>HTML extension - CCS.
>
>Most of you might know that you can display
>links without the underline line by putting
>a
>
><STYLE>
>   <!--
>    A:link {text-decoration: none}
>    A:visited {text-decoration: none}
>   -->
></STYLE>
>
>into the document. But how can I say that
>the browser should display UNDERLINED links
>in one, lets say a table cell, but the links
>in another table cell shouldn't be underlined?
>
>Of course the solution should still allow non-CCS
>browsers to view the site!
>
>Jaz