thenature4u Posted December 13, 2007 Share Posted December 13, 2007 hi iam working for a online forum.. <a href="date.php">Date</a> here the user can see the underline on Date(Date). I dont want to show underlines. how to do it....... Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted December 13, 2007 Share Posted December 13, 2007 That is HTML/CSS problem not PHP, see here www.plus2net.com/html_tutorial/css_underline.php Quote Link to comment Share on other sites More sharing options...
beansandsausages Posted December 13, 2007 Share Posted December 13, 2007 your css file will have sumit like <style type="text/css"> A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} A:hover {text-decoration: underline; color: red;} </style> just remove underline but neo is correct wrong forum topic Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.