Re: HTML::FormatText

Alex Tang (altitude@iname.com)
Thu, 11 Jun 1998 14:03:29 -0400 (EDT)


Hello.

Thanks for your reply.  However, I'm not really sure I understand what
you're saying.  Could you elaborate?

Thanks.

...alex...


You scribbled...
> 
> At 19:21 09/06/98 -0400, Alex Tang wrote:
> >For example, if the following HTML text were to get parsed with a left
> >margin of "2" and a right margin of "50":
> >
> >    <HTML>
> >    There should be some wrapping going on here.  EXAAMPLEREALLYLONGWORD.
> >    </HTML>
> >
> >The output would look like:
> >
> >  There should be some wrapping going on here.  EXAAMPLEREALLYLONGWORD.
> >
> >I would expect the text to wrap before "EXAAMPLEREALLYLONGWORD" so it
> >should look like:
> >
> >  There should be some wrapping going on here.
> >  EXAAMPLEREALLYLONGWORD.
> >
> >Is this a bug?  Or am i just nuts...
> 
> There's no difference concerning the output both HTMLs will always send.
> It would be different within a <PRE> zone, or within a <SCRIPT> zone, but
> Gisle's scripts handle them quite well.
> 
> Fabrice Scemama