11<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22<html lang="en">
3- <!-- $Id: visudet.src,v 1.6 1997-08-14 00:45:37 ian Exp $ -->
3+ <!-- $Id: visudet.src,v 1.7 1997-08-15 13:57:54 ian Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual flow model details</TITLE>
@@ -580,7 +580,7 @@ describes a simple 100 pixel box with a thin solid red border:
580580Applied to an empty <DIV>, this would look something like:
581581
582582<div class="example"><P>
583- <p>< pre>
583+ <pre>
584584<font color="#ff0000">
585585 +------------+
586586 | |
@@ -589,7 +589,8 @@ Applied to an empty <DIV>, this would look something like:
589589 | |
590590 | |
591591 +------------+
592- </font></pre></p>
592+ </font>
593+ </pre>
593594</div>
594595
595596
@@ -603,8 +604,9 @@ element. Consider a block of long, preformatted text:
603604<PRE>
604605<P id=overlay>
605606<PRE>Here is some long preformatted text.
606- </PRE><P>
607- </PRE></p>
607+ </PRE>
608+ <P>
609+ </PRE>
608610</div>
609611
610612<p>With <span class="propinst-overflow">'overflow'</span> set to
@@ -614,15 +616,16 @@ declared width, and any padding or border will be rendered outside of
614616this new width. The example might be rendered something like:</p>
615617
616618<div class="example"><P>
617- <p>< pre><font color="#ff0000">
619+ <pre><font color="#ff0000">
618620+--------------------------------------+
619621|</font> Here is some long preformatted text. <font color="#ff0000">|
620622| |
621623| |
622624| |
623625| |
624626+--------------------------------------+
625- </font></pre></p>
627+ </font>
628+ </pre>
626629</div>
627630
628631<p>Similarly, the height of the element will be extended should the
0 commit comments