float an image

liunx

Guest
when an image is set with a "float" attribute - does that mean that the text will be wrapped around it?<br />
<br />
Also, should you use CSS to define the float attribute, or html. And height and width of the image?<br />
<br />
cheers,<br />
HK<!--content-->yes text will wrap around it, use css ie:<br />
<div style="float:left;"><img src blah blah normal image stuff></div><br />
<br />
you can add in height to the div style if you want to :)<!--content-->excellent - thanks<!--content-->
 
Back
Top