From: David G. <go...@us...> - 2004-06-28 02:54:47
|
Update of /cvsroot/ht2html/ht2html/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32619 Modified Files: style.ht Log Message: fixed title & text Index: style.ht =================================================================== RCS file: /cvsroot/ht2html/ht2html/doc/style.ht,v retrieving revision 2.1 retrieving revision 2.2 diff -C2 -d -r2.1 -r2.2 *** style.ht 5 Apr 2002 06:02:28 -0000 2.1 --- style.ht 28 Jun 2004 02:54:38 -0000 2.2 *************** *** 1,3 **** ! Title: ht2html.py -- A web page template processor <h3>Using Stylesheets with HT2HTML</h3> --- 1,3 ---- ! Title: Using Stylesheets with HT2HTML <h3>Using Stylesheets with HT2HTML</h3> *************** *** 10,14 **** a good deal of duplicated code.</p> ! <p>Fortunately, support has been added to support using stylesheets with HT2HTML, at least to some degree. Each of the <a href= "components.html">major components</a> of the page is assigned a class --- 10,14 ---- a good deal of duplicated code.</p> ! <p>Fortunately, support has been added for the use of stylesheets with HT2HTML, at least to some degree. Each of the <a href= "components.html">major components</a> of the page is assigned a class *************** *** 18,34 **** <h4>Page Component Classes</h4> ! <p>Each of the page components is contained in an element which ! carries a <tt>class</tt> attribute with the same name as the component ! is given in the description of the <a href="components.html">page ! components</a>. The class names are given in all lower case. The <a href="components.html#continuation">continuation</a> component is ! treated a little specially since the general expectation is that it's ! content should be mostly like that of the <a href= ! "components.html#body">body</a>. Specifically, it is contained in a ! pair of elements, the outer having the class <tt>body</tt> and the ! inner having the class <tt>continuation</tt>. This allows a style sheet to set up all the normal body styles using the <tt>body</tt> ! class, and speciallize anything that needs to be by using both both in ! the selector, like this:</p> <blockquote> --- 18,34 ---- <h4>Page Component Classes</h4> ! <p>Each of the <a href="components.html">page components</a> (banner, ! corner, sidebar, body, and continuation) is contained in an element ! which carries a <tt>class</tt> attribute whose value is the name of ! the component. The class names are given in all lower case. The <a href="components.html#continuation">continuation</a> component is ! treated a little specially since the general expectation is that its ! content should be mostly like that of the <a ! href="components.html#body">body</a>. Specifically, it is contained ! in a pair of elements, the outer having the class <tt>body</tt> and ! the inner having the class <tt>continuation</tt>. This allows a style sheet to set up all the normal body styles using the <tt>body</tt> ! class, and speciallize anything that needs it by using both both ! classes in the selector, like this:</p> <blockquote> |