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....... Link to comment https://forums.phpfreaks.com/topic/81475-solved-how-to-takeout-the-underline/ 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 Link to comment https://forums.phpfreaks.com/topic/81475-solved-how-to-takeout-the-underline/#findComment-413634 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 Link to comment https://forums.phpfreaks.com/topic/81475-solved-how-to-takeout-the-underline/#findComment-413637 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.