Help - Search - Members - Calendar
Full Version: link/text formatting
Movable Type Community Forum > Additional Resources > Tips and Tricks
JSF33
where on the style sheet can i eliminate the underlines on my links??
gbs3769
text-decoration:none;

You would put that in your code for links. In my code it looks like:

CODE
.title,
.title a:link,
.title a:visited,
.title a:active,
.title a:hover{
    font-size:9pt;
    color:#CC9933;
    font-weight:bold;
    text-decoration:none;
}


- Matt
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.