Hi There I am a New Bie on net and I am doing a Squidoo page But I got very confuse when i have to add clickable image . which I got that. Now I can not Wrap the image on the top right hand side my lense. here is a link to my lense. http://www.squidoo.com/lensmaster/new_workshop/crystalforhealing Here is the HTML code I am using : <a href="http://www.iwantbetterlife.com"><img src="http://i676.photobucket.com/albums/vv121/fabioftc/iStock_000008963771XSmallcrystalclu.jpg"align="left> But is not working . I need this on the top to right hand side. Thank you Fabio
<div style="float:left"> <a href="http://www.iwantbetterlife.com"><img src="http://i676.photobucket.com/albums/vv121/fabioftc/iStock_000008963771XSmallcrystalclu.jpg" /></a> </div> <div style="clear:both"></div> HTML: Try this!
The link to your site doesn't work for me. And the code given above won't work if you want the image on the right, it'll place it to the left! <a style="float:right; display:block; width:auto;" href="http://www.iwantbetterlife.com"><img src="http://i676.photobucket.com/albums/vv121/fabioftc/iStock_000008963771XSmallcrystalclu.jpg" /></a> That will float your image right, if you want it to be at the very top right hand corner of the page, then that's a different story!