Assymetric result in Opera 7.11

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>
 
H

Headless

Dirk Kruisheer said:
[reposted from opera.page-authoring where nobody seems to be around]

There are, but I for one am not inclined to reply when I see yet another
table used for layout.


Headless
 
T

Toby A Inkster

Headless said:
Dirk Kruisheer said:
[reposted from opera.page-authoring where nobody seems to be around]

There are, but I for one am not inclined to reply when I see yet another
table used for layout.

Yes, I lurk there too, but refuse to fix problems with such nasty markup.
 
E

Els

Dirk Kruisheer said:
[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>

Hi Dirk,

Ik kon het antwoord van Headless niet uitstaan, dus ik heb ff zitten
vogelen:
Just delete the width="100%" from the td with colspan="3". The table
is already 100% width, and the 3 td's in the middle make 100%, so,
automatically, the top and bottom td, being 3 columns wide, are 100%.
Maybe Opera 7 doesn't like to be told twice ;-)

Houdoe,
Els
 
D

Dirk Kruisheer

Els said:
Dirk Kruisheer said:
[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>

Hi Dirk,

Ik kon het antwoord van Headless niet uitstaan, dus ik heb ff zitten
vogelen:
Just delete the width="100%" from the td with colspan="3". The table
is already 100% width, and the 3 td's in the middle make 100%, so,
automatically, the top and bottom td, being 3 columns wide, are 100%.
Maybe Opera 7 doesn't like to be told twice ;-)

Houdoe,
Els

Great Els, that is the solution! Dankjewel en hartelijke groet,
Dirk
 
D

Dirk Kruisheer

Toby A Inkster said:
Headless said:
Dirk Kruisheer said:
[reposted from opera.page-authoring where nobody seems to be around]

There are, but I for one am not inclined to reply when I see yet another
table used for layout.

Yes, I lurk there too, but refuse to fix problems with such nasty markup.

--
Toby A Inkster BSc (Hons) ARCS | mailto:[email protected] | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:[email protected]
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)

This is not another table used for lay out nor nasty make up but valid HTML
4.01 transitional intended for an audience that may not have gone beyond
Netscape 4 -- bringing people a message they may otherwise not be able to
receive. Get a live, you Headless and Toby.
Dirk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top