diff doc/image_presentation_fullscreen.html @ 1099:b2d120fa5ee7

Use col tags with id in top and bottom navigation tables.
author zas_
date Sat, 08 Nov 2008 17:24:02 +0000
parents 2d9c9b10e84d
children b7af4e73d141
line wrap: on
line diff
--- a/doc/image_presentation_fullscreen.html	Sat Nov 08 11:37:17 2008 +0000
+++ b/doc/image_presentation_fullscreen.html	Sat Nov 08 17:24:02 2008 +0000
@@ -10,20 +10,23 @@
 
 <body lang="en-US" dir="ltr">
   <div class="navtop">
-    <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-fullscreen-3">
+    <table width="100%" border="0" cellpadding="4" cellspacing="0">
+      <col id="navtop_col1" width="33%"></col>
+      <col id="navtop_col2" width="33%"></col>
+      <col id="navtop_col3" width="33%"></col>
 
       <thead>
-        <tr valign="top">
-          <td width="33%">
+        <tr>
+          <td>
             <p class="previous"><a href="image_presentation_slideshow.html">Previous</a>
             </p>
           </td>
 
-          <td width="33%">
+          <td>
             <p class="gq-fullscreen-1">Full Screen &ndash; Image Presentation</p>
           </td>
 
-          <td width="33%">
+          <td>
             <p class="gq-fullscreen-2"><a href="printing.html">Next</a>
             </p>
           </td>
@@ -463,20 +466,23 @@
 
   <div class="navbottom">
     <table width="100%" border="0" cellpadding="4" cellspacing="0">
+      <col id="navbottom_col1" width="33%"></col>
+      <col id="navbottom_col2" width="33%"></col>
+      <col id="navbottom_col3" width="33%"></col>
 
       <thead>
-        <tr valign="top">
-          <td width="33%">
+        <tr>
+          <td>
             <p class="previous"><a href="image_presentation_slideshow.html">Previous</a>
             </p>
           </td>
 
-          <td width="33%">
+          <td>
             <p class="gq-fullscreen-1"><a href="index.html">Contents</a>
             </p>
           </td>
 
-          <td width="33%">
+          <td>
             <p class="gq-fullscreen-2"><a href="printing.html">Next</a>
             </p>
           </td>
@@ -484,18 +490,18 @@
       </thead>
 
       <tbody>
-        <tr valign="top">
-          <td width="33%">
+        <tr>
+          <td>
             <p><br />
             </p>
           </td>
 
-          <td width="33%">
+          <td>
             <p class="gq-fullscreen-1"><br />
             </p>
           </td>
 
-          <td width="33%">
+          <td>
             <p class="gq-fullscreen-2">Geeqie User Manual</p>
           </td>
         </tr>