!!!! Help Urgent Guys Please !!!!

Discussion in 'HTML & Website Design' started by Fabioftc, Jan 21, 2010.

  1. #1
    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
     
    Fabioftc, Jan 21, 2010 IP
  2. blacksheep666

    blacksheep666 Active Member

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #2
    
     
    	<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!
     
    blacksheep666, Jan 22, 2010 IP
  3. pmek

    pmek Guest

    Messages:
    101
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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!
     
    pmek, Jan 22, 2010 IP