From: Fred L. D. <fd...@us...> - 2002-04-05 04:52:19
|
Update of /cvsroot/ht2html/ht2html/doc In directory usw-pr-cvs1:/tmp/cvs-serv28167 Modified Files: components.ht Log Message: Whatever the table-stop marker is, it is not a tag. We can call it a "mark" for now. Index: components.ht =================================================================== RCS file: /cvsroot/ht2html/ht2html/doc/components.ht,v retrieving revision 2.0 retrieving revision 2.1 diff -C2 -d -r2.0 -r2.1 *** components.ht 22 Mar 2002 17:45:40 -0000 2.0 --- components.ht 5 Apr 2002 04:52:16 -0000 2.1 *************** *** 113,117 **** if it extended to the full width of the page. You specify the separation between the body and the continuation text by including ! a special comment tag in your <tt>.ht</tt> file: <blockquote> --- 113,117 ---- if it extended to the full width of the page. You specify the separation between the body and the continuation text by including ! a special comment in your <tt>.ht</tt> file: <blockquote> *************** *** 119,124 **** </blockquote> ! <p>The tag must look exactly like this (don't put any spaces in the angle brackets). Put this where you'd like the continuation html to ! start. You can't span forms or tables across this tag because ht2html substitutes row and table end tags for this special marker. --- 119,124 ---- </blockquote> ! <p>The mark must look exactly like this (don't put any spaces in the angle brackets). Put this where you'd like the continuation html to ! start. You can't span forms or tables across this mark because ht2html substitutes row and table end tags for this special marker. |