I’m trying to put multiple images on a page, with links to other pages. When I do this, as soon as I hover over an image, they change from horizontally aligned to vertically aligned. I’ve put up a test page here:
http://www.mcelhearn.com/2010/08/09/test-2/
Can anyone help me figure out why this is happening?
Hi,
Use this code instead. Place a class=”alignleft” on the anchor tag:
<a href="http://www.mcelhearn.com/2013/01/24/just-updated-take-control-of-itunes-10-the-faq-second-edition//" class="alignleft"><img src="http://www.mcelhearn.com/wordpress/wp-content/uploads/tc-itunes1.png" alt="Take Control of iTunes 11: The FAQ" width="131" height="168"></a>
Regards,
Ismael