Log in

View Full Version : Unable to position image correctly



theremotedr
02-13-2015, 12:09 PM
The page in question can be found here http://www.theremotedoctor.co.uk/honda_accessories.html

Could you advise please what i need to do in order to move the image "mobile service etc" to the right.
Ive tried a couple of times but no joy.
As you can see its incorrectly set to the left of its position.

Thanks.

molendijk
02-14-2015, 12:14 AM
Replace

<div id="honda advert"> <img src="images/honda-images/honda-page-advert.jpg" alt="honda advert logo" width="287" height="160" border="0" usemap="#Map" />
with:

<div id="honda advert" style="position: relative; left:20px; float: right"> <img src="images/honda-images/honda-page-advert.jpg" alt="honda advert logo" width="287" height="160" border="0" usemap="#Map" />
You may have to increment or decrement the pixel value for left.

theremotedr
02-14-2015, 10:45 AM
Many thanks.
Sorted that now done.