J Jordan Richard Apr 30, 2005 #1 How can I create a link (<A... href=...>some link text here</A>) that does *not* underline the text? Thanks.
How can I create a link (<A... href=...>some link text here</A>) that does *not* underline the text? Thanks.
D David Young Apr 30, 2005 #2 Using CSS set the elements style attribute "text-decoration: none" Dave