do this INSIDE the head tags:

<style type="text/css">
<!--
 a { text-decoration: none }
 a:hover { text-decoration:underline }
-->
</style>

this create the famous effect of when you mouse over appears the underline

you can also set colors by: color: #XXXXXX, like the following:

<style type="text/css">
<!--
 a { text-decoration: none; color:#000000 }
 a:hover { text-decoration:none; color:#FF00FF }
-->
</style>

Have Fun!

Rom
----- Original Message -----
From: Wee Chua <[EMAIL PROTECTED]>
To: PHP (E-mail) <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 4:42 PM
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]


-- 
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