
Peter Van Hoecke
Deleted
May 5, 2000, 1:19 AM
Post #2 of 2
(192 views)
|
|
Re: maybe not the place, but still
[In reply to]
|
Can't Post
|
|
You can add style tags around the text, not around the <a...>...</a> tags Hope this helps.. <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- a: { text-decoration: none } a:link { text-decoration: none } a:active { text-decoration: none } a:hover { text-decoration: none } a:visited { text-decoration: none } --> </style> </head> <a href="http://www.perlguru.com">Not underlined</a> </body> </html>
|