Aligning pictures in IE

Soldato
Joined
6 Oct 2005
Posts
4,045
Ok this is my myspace page
Now the picture of me on the main page shows up fine in FF but when I open it up in IE it doesnt show up....

The only way I can get it to show up is if I use the

<a href="http://photobucket.com/" target="_blank"><img src="http://img.photobucket.com/albums/v368/Hexin/moi.jpg" border="0" alt="Photobucket - Video and Image Hosting"></a>


insted of:

<img src="http://img.photobucket.com/albums/v368/Hexin/moi.jpg" align="left">


Now the only thing I don't know how to do with the first code is to get it to ''float'' like it does in FF with the code I am currently using

Sorry if this sounds confusing

Let me know if you dont understand


Thanks
 
Last edited:
<img src="" alt="" width="" height="" style="margin: 0 0 5px 5px; float: left;" />

or

<img src="" alt="" width="" height="" style="margin: 0 5px 5px 0; float: right;" />
 
Back
Top Bottom