D
Dirk Kruisheer
[reposted from opera.page-authoring where nobody seems to be around]
Anyone knows why the table below is not displayed symmetric, i.e. with the
three cells in the middle row evenly distributed horizontally in Opera 7.11
for Windows?
No problem in Opera6, IE 6, Mozilla, even not in Netscape 4 (all for
Windows).
Thanks in advance,
Dirk
<table border="1" cellpadding="20" width="100%">
<tr>
<td align="center" width="100%" colspan="3">
<h1>Welkom!</h1>
</td>
</tr>
<tr>
<td align="center" width="33%">
<p><a href="html/welkom.htm">Kom binnen</a></p>
</td>
<td align="center" width="34%" >
<p>NOT SYMMETRIC IN O7!</p>
</td>
<td align="center" width="33%">
<p><a href="html/welcome.htm">Please come in</a></p>
</td>
</tr>
<tr>
<td align="center" width="100%" colspan="3">
<h1>Welcome!</h1>
</td>
</tr>
</table>
Anyone knows why the table below is not displayed symmetric, i.e. with the
three cells in the middle row evenly distributed horizontally in Opera 7.11
for Windows?
No problem in Opera6, IE 6, Mozilla, even not in Netscape 4 (all for
Windows).
Thanks in advance,
Dirk
<table border="1" cellpadding="20" width="100%">
<tr>
<td align="center" width="100%" colspan="3">
<h1>Welkom!</h1>
</td>
</tr>
<tr>
<td align="center" width="33%">
<p><a href="html/welkom.htm">Kom binnen</a></p>
</td>
<td align="center" width="34%" >
<p>NOT SYMMETRIC IN O7!</p>
</td>
<td align="center" width="33%">
<p><a href="html/welcome.htm">Please come in</a></p>
</td>
</tr>
<tr>
<td align="center" width="100%" colspan="3">
<h1>Welcome!</h1>
</td>
</tr>
</table>