Monday, October 29, 2012

remove unwanted link underlining

Some website templates will automatically underline any links you have, even image links, which is a little unsightly.

You can get rid of it by surrounding the image with a div style tag:

<div style="text-decoration: none;"> </div>

And to display greater than or less than signs in html (like above) you can use &lt; and &gt;

No comments:

Post a Comment