[EMAIL PROTECTED] wrote: > Can you please tell me where is the code which determine if a html > element fits on the same line or a different line?
There are several places depending on the type of element. For the case you want, you should be looking at nsLineLayout and ReflowLine/ReflowInlineFrames in nsBlockFrame, I think. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

