Posts Tagged ‘wrap image with text’

HTML – How to wrap images around text?

How do you wrap images around text, instead of having them occupy a whole row on you page leaving a blank space.

Well, here’s how:

add the following to the img tag:

align=”left”

i.e. <img src=”image.jpg” align=”left”>

or

align=”right”

i.e. <img src=”image.jpg” align=”right>

simples!

Be the first to comment - What do you think?  Posted by Capes - July 20, 2009 at 9:46 pm

Categories: HTML Notes   Tags: , , , , , , ,