Shlomi Fish wrote:

Hi I have an image and I'd like to wrap some text to the left and below
it. Like this:

+---+---+
| | |
|TTT| I |
| | |
+---+---+
| | |
|TTT|TTT|
| | |
+---+---+

What I want is that the image would be placed in the cell marked "I" and
the text wrap around the cells marked "TTT".

In HTML 3.2, add ALIGN="LEFT" or ALIGN="RIGHT" attribute to the IMG tag.
In HTML 4.0, use CSS property 'float', e.g. STYLE="float:left" or STYLE="float:right".

Also, check out BR tag's "CLEAR" attribute, which allows you to insert a break-to-after-the-floating-image.



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to