mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
93 lines
2.5 KiB
HTML
93 lines
2.5 KiB
HTML
<HTML>
|
|
<body>
|
|
<p>This table contains an <applet> that will not load -- you can see
|
|
the space get allocated and then reflow. Notice that the final table is clipped
|
|
on the right hand side -- try shrinking the window and notice how the clipping
|
|
increases. (I couldn't really simplify this further without losing some of the
|
|
original 'flavour'.)</p>
|
|
<br>
|
|
|
|
<!-- Start of exterior table -->
|
|
<TABLE WIDTH=90% BORDER=1>
|
|
|
|
<tr><TD>
|
|
|
|
<!-- Start of interior table -->
|
|
<TABLE align=center WIDTH=100% BORDER=1>
|
|
|
|
<!-- First row of interior table -->
|
|
<tr><td>
|
|
<table border=2 align=center><tr><td>
|
|
<applet code="nosuchTextScrollerApplet.class" width=440 height=27>
|
|
<param foo="bar">
|
|
</applet>
|
|
</td></tr></table>
|
|
<p>The Porto Elounda Mare is built on the sea front, on a 110,000 m2
|
|
plot of land with a 150 meter long private sandy beach. The view from
|
|
decorated with antique and contemporary furniture and rugs.</p>
|
|
</td></tr>
|
|
|
|
<!-- Second row of interior table -->
|
|
<tr><td>
|
|
<table align="center" cellspacing=0 cellpadding=5 border=1>
|
|
<tr>
|
|
<td nowrap>99 Rates in Drahmas Per Person on H/B Basis</td>
|
|
<td nowrap>27/03 - 30/04 <br>16/10 - 31/10 </td>
|
|
<td nowrap>01/5- 21/5 & 2/10 - 15/10</td>
|
|
<td nowrap>22/5 - 16/07<br>28/8 - 01/10</td>
|
|
<td nowrap>17/07 - 27/8</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr>
|
|
|
|
<!-- End of interior table -->
|
|
</table>
|
|
|
|
<!-- End of exterior table -->
|
|
</td></tr>
|
|
</table>
|
|
|
|
<br>
|
|
<p>This table repeats the previous table, but removes the 'bad applet'.
|
|
Table lays out OK.</p>
|
|
<br>
|
|
|
|
<!-- Start of exterior table -->
|
|
<TABLE WIDTH=90% BORDER=1>
|
|
|
|
<tr><TD>
|
|
|
|
<!-- Start of interior table -->
|
|
<TABLE align=center WIDTH=100% BORDER=1>
|
|
|
|
<!-- First row of interior table -->
|
|
<tr><td>
|
|
<table border=2 align=center><tr><td>
|
|
applet was here
|
|
</td></tr></table>
|
|
<p>The Porto Elounda Mare is built on the sea front, on a 110,000 m2
|
|
plot of land with a 150 meter long private sandy beach. The view from
|
|
decorated with antique and contemporary furniture and rugs.</p>
|
|
</td></tr>
|
|
|
|
<!-- Second row of interior table -->
|
|
<tr><td>
|
|
<table align="center" cellspacing=0 cellpadding=5 border=1>
|
|
<tr>
|
|
<td nowrap>99 Rates in Drahmas Per Person on H/B Basis</td>
|
|
<td nowrap>27/03 - 30/04 <br>16/10 - 31/10 </td>
|
|
<td nowrap>01/5- 21/5 & 2/10 - 15/10</td>
|
|
<td nowrap>22/5 - 16/07<br>28/8 - 01/10</td>
|
|
<td nowrap>17/07 - 27/8</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr>
|
|
|
|
<!-- End of interior table -->
|
|
</table>
|
|
|
|
<!-- End of exterior table -->
|
|
</td></tr>
|
|
</table>
|
|
|
|
</body></html> |