I want to make it so i can write beside an image on the right side, i would like to avoid using a table tho, i already use float left/ float right in divs, so i can do it again within a div can i?

I want to make it so i can write beside an image on the right side, i would like to avoid using a table tho, i already use float left/ float right in divs, so i can do it again within a div can i?
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
<img src="img.png" align="left"> Text here
That will do it.
Back for a while.
And when you find the text is right up against the image, add <img src="img.png" align="left" hspace="5"> changing the 5 to whatever amount of pixels you want between the text and image. You can also apply vspace="5" to create space above and below the image.
This is the first time I've acutally ever been able to give coding advice.
Last edited by Black_Apalachi; 23-07-2009 at 04:26 AM.
You beat me to it![]()
Jordan
Or you could do it the less-failing way;And when you find the text is right up against the image, add <img src="img.png" align="left" hspace="5"> changing the 5 to whatever amount of pixels you want between the text and image. You can also apply vspace="5" to create space above and below the image.
This is the first time I've acutally ever been able to give coding advice.
<img src="img.png" alt="Image" style="float: left; margin-right: 5px;" />
Want to hide these adverts? Register an account for free!