On Thu, 28 Nov 2002, Ilya Konstantinov wrote:

> 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".
>

Thanks - it worked like a charm. I also added a few padding-left, and
padding-bottom styles.

Regards,

        Shlomi Fish

> 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]
>



----------------------------------------------------------------------
Shlomi Fish        [EMAIL PROTECTED]
Home Page:         http://t2.technion.ac.il/~shlomif/
Home E-mail:       [EMAIL PROTECTED]

"Let's suppose you have a table with 2^n cups..."
"Wait a second - is n a natural number?"


=================================================================
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