At 05:56 PM 7/13/98 -0800, you wrote:
>I'm trying to do something so basic and simple that I can't believe I'm
>having to ask for help, with a simple html tag that I've managed to avoid
>using for the last 4 years.
>
>I have a small image in a table cell, with a long paragraph of text. I want
>the image in the upper left corner, with the text starting at the top right
>corner of the image, then continuing on down. I used align=top in my image
>tag, but  there is just one line of type the upper right side of the photo,
>then there's a big gap, and then the rest of the text starts under the
>lower left edge of the photo.
>
>Is there any way to start the text at the top, then have several lines of
>text to the right of the photo, continuing until it wraps under the photo?
>
>Please help!
>thanks, Suz
>

I know you've received excellent responses, but here's mine anyway from the
table cell:

<td valign="top">
<img align="left" src="image.jpg">
Blah, blah, blah, text.
</td>

Use vspace and hspace to adjust white space (or just remember to add it to
the right side and bottom of your graphic for better control. <br> and/or
<p> immediately following the graphic can also help with text alignment.

Hope this helps.

Luana





*******************************************************
Luana M. Howard  mailto:[EMAIL PROTECTED]
ASCInet - Where Business and Internet Connect
*******************************************************
____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to