try:

different image alignments (or no image alignment)
<img src='file.jpg' align='left'> or <img src='file.jpg'>

or put some <br><br> after your image

or
<img src='file.jpg'>
<P>put your text after the image inside paragraph breaks</P>


On 11/12/05, MetaArt <[EMAIL PROTECTED]> wrote:
>
> Well, I load dynamically some text into a textfield, from a .txt file.
> The file has inside the HTML code to load some jpg images too.
> The size of textfield is 576 px horizontal, and 403 vertical.
> The first strange behavior, is that if the image is large 570 px, the
> textfield show it truncated on right side, and dont load the following
> text;
> after some trying, I solve this setting the size of image at 540 px.
> Well, now the image is showed fully, and the following text is loaded...
> but - and this is the very strange behavior - the text is hidden behind
> the
> image for the rows that is equivalent to height of image itself!
> The only way to see all the text, is to set the image size at a
> significant
> minor width than the textfield width (i.e., 360 px); if so, the text flow
> around the image.
> The problem is that I need some large image. How can I move around this
> bug?
>
> Enrico Tomaselli
> +> web designer <+
> [EMAIL PROTECTED]
> http://www.metatad.it
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to