Quote Originally Posted by duxfield View Post
Hi Jade - I've attached a screen shot what I mean by the 'border bits' - see the top two arrows. Also I've set the html in 'define pages' so that it now contaisn the exact image dimensions but no change on the whitespace around the image (see other arrows on my attachment). Here is the html I'm using:

<html><img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0"></img>

Thanks alot.
This is how it should be:
<img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0" alt="enter some alt text here" />


That is ALL that should be in the define pages box (i think you might have a </div> there also? Make sure the above code I entered is ALL that is in the main page define editors box. Let me know how that goes.

The border bits issue is an IE only thing, I'll look into that more.