
Originally Posted by
duxfield
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.
I figured out where the extra </div> was in there somewhere, you need to open up includes/templates/apple_zen/common/tpl_main_page.php and see if there is a closing div (</div) after:
Code:
<!-- eof upload alerts -->
If so, please remove it. If you look at your page source, you will see there is a </div> right after the above code, and its not supposed to be there.
Bookmarks