Use col tags with id in top and bottom navigation tables.
[geeqie.git] / doc / template.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8
9   <title>Chapter - Geeqie User Manual</title>
10   <link rel="stylesheet" type="text/css" href="style.css" />
11 </head>
12
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
14   <div class="navtop">
15     <table width="100%" border="0" cellpadding="4" cellspacing="0">
16       <col id="navtop_col1" width="33%"></col>
17       <col id="navtop_col2" width="33%"></col>
18       <col id="navtop_col3" width="33%"></col>
19
20       <thead>
21         <tr>
22           <td>
23             <p class="previous"><a href="previous.html">Previous</a>
24             </p>
25           </td>
26
27           <td>
28             <p class="gq-template-1">Chapter &ndash; Subchapter</p>
29           </td>
30
31           <td>
32             <p class="gq-template-2"><a href="next.html">Next</a>
33             </p>
34           </td>
35         </tr>
36       </thead>
37     </table>
38   </div>
39
40   <hr />
41
42   <p><br />
43   <br />
44   </p>
45
46   <p><br />
47   <br />
48   </p>
49
50   <p><br />
51   <br />
52   </p>
53
54   <hr />
55
56   <div class="navbottom">
57     <table width="100%" border="0" cellpadding="4" cellspacing="0">
58       <col id="navbottom_col1" width="33%"></col>
59       <col id="navbottom_col2" width="33%"></col>
60       <col id="navbottom_col3" width="33%"></col>
61
62       <thead>
63         <tr>
64           <td>
65             <p class="previous"><a href="previous.html">Previous</a>
66             </p>
67           </td>
68
69           <td>
70             <p class="gq-template-1"><a href="index.html">Contents</a>
71             </p>
72           </td>
73
74           <td>
75             <p class="gq-template-2"><a href="next.html">Next</a>
76             </p>
77           </td>
78         </tr>
79       </thead>
80
81       <tbody>
82         <tr>
83           <td>
84             <p><br />
85             </p>
86           </td>
87
88           <td>
89             <p class="gq-template-1"><br />
90             </p>
91           </td>
92
93           <td>
94             <p class="gq-template-2">Geeqie User Manual</p>
95           </td>
96         </tr>
97       </tbody>
98     </table>
99   </div>
100
101   <div class="bottomspacer">&nbsp;</div>
102 </body>
103 </html>