srusnak 0 Report post Posted June 29, 2011 I have seen a lot of posts asking how to remove underlined links, etc. I discovered in some posts that some of them were actually using a bottom border! This will remove the underline and bottom border from ALL the links- active, hover, and visited. *NOTE* This will be applied globally. This works for me because I dislike underlined links in any of my layouts. a:link, a:active, a:hover, a:visited {text-decoration: none !important; border-bottom: 0px;} Hope this will save some people time. Share this post Link to post Share on other sites