Make yourself a style sheet file with something like this in the content:
""text-decoration: none "" will say to the html not to show the inderscore
bellow the link.

A.LinkMain 
{  
  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style:
normal; line-height: normal; font-weight: normal;       font-variant:
normal; text-transform: none; color: #FF0000; text-decoration: none
}

Then declare this in the beginning of your html or php:
<link rel="stylesheet" href="css_file_name">

Then add the class declaration in your href:
<a href="DnD/Arlos.htm" class="LinkMain">something</a>


>>>-----Original Message-----
>>>From: Wee Chua [mailto:[EMAIL PROTECTED]]
>>>Sent: Wednesday, January 17, 2001 4:42 PM
>>>To: PHP (E-mail)
>>>Subject: [PHP] Hyperlink?
>>>
>>>
>>>Hi all,
>>>Could anyone tell me how to show a hyperlink without 
>>>underline, just regular
>>>text which contains link. Thanks.
>>>
>>>regards
>>>Calvin Chua
>>>Systems Analyst
>>>InterClean Equipment, Inc.
>>>734-975-2967
>>>
>>>
>>>-- 
>>>PHP General Mailing List (http://www.php.net/)
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>To contact the list administrators, e-mail: 
>>>[EMAIL PROTECTED]
>>>
>>>

Reply via email to