Appearance:
float: <value>
Possible Values:
left | right | none
Initial Value:
none
Applies to:
All elements
Inherited:
No
so in the following example
any text written before the image will appear like this<img src=logo.gif style="float:left">and text added after the image will appear like this which gives a great effect when you have a see through gif like this example
will be displayed like thisany text written before the image will appear like this
and text added after the image will appear like this which gives a great effect when you have a see through gif like this example