Anonymous text box creation (Trying again :)

Hello,

In a case like this

<p>Hello there, how are you<b>Hello</b></p>

and it wraps like this:

<p>
Hello there, how
are you<b>Hello</b>
</p>

There is one block box for <p>

one line box for "Hello there, how"
and a line box for "are you<b>Hello</b>"

But inside the first line box, should I also wrap an anonymous box around
"Hello there, how" that is created by the <p> tag

and inside the second line box, wrap an anonymous box around "are you" that
is created by <p> tag and wrap an anonymous box around "Hello" that is
created by <b> tag

?

thanks,

--
Sigurd Lerstad

Received on Thursday, 25 October 2001 12:02:14 UTC