Viewing 1 replies (of 1 total)
  • If you have a link around an image it will put a border on it unless you style it with CSS or inline styles.

    An easy way to fix this is to switch to the code view and in the image tag add:

    border="0"

    Example:

    <a href="link.html"><img src="img.jpg" border="0" /></a>

    Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Images in posts’ is closed to new replies.