First, with the web-book page I paint a strap of dark-red colour across the full width of the area I want to designate as my A4-page. I have chosen to make it 600 pixels + 12 pixels of cellpadding (2 x 6).
<table cellpadding=6> <tr> <td width=600 bgcolor=aa0000 align=right><font face=arial size=+3 color=dddddd>cyberfrance</font> </td></tr> </table>
<table cellpadding=4> <tr> <td rowspan=3 width=80 height=800><img src="eiffel.gif" width=78 height=790> </td>
<ol> <li> A tribal age <li> The second age </ol>
<tr> <td bgcolor=ffcc66 width=260 height=180> <table border=0> <tr> <td colspan=2><b>Growth of Home Internet in France</b></td></tr> <tr> <td>1996</td> <td><img src="red19.jpg" width=29 height=19></td></tr> <tr> <td>1997</td> <td><img src="red19.jpg" width=50 height=19></td></tr> <tr> <td>1998</td> <td><img src="red19.jpg" width=100 height=19></td></tr> </table>
<td width=260 background="quad.jpg" valign=top><b>IN HER 1998 BOOK</b>
Just a tip here, when you display numbers in a table detail cell align them to the right of the cell so that the 'tens' and 'units' line up on top of each other.
<tr> <td>Messages & searching</td> <td align=right>95</td></tr>
Manage the width of each of your table detail cells so that they do not stretch beyond the maximum width you have set for the strap lines at the top and the bottom of the page.