Coder's Guild Mailing List

Cascading Style Sheets

Posted by Jaz on 1998-03-20

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

--- luna.kil@xxxxxxx.xxx
=== member of the Coder's Guild:
--- http://www.paracatz.com/codersguild/