Link to home
Start Free TrialLog in
Avatar of rpong
rpong

asked on

Table consisten with Netscape and Ie

how do I make a table that has 2 rows of 2 collumns of equal distance, preferably the collumn divide should be in the center in IE and netscape 6.0+
in CSS please,

it should look something like this:

_________________________
|                    |                    |
|--------------- |----------------|
|___________|____________|
Avatar of Zyloch
Zyloch
Flag of United States of America image

Hi

Er... a table would be like this:

<table width="100%" style="text-align:center;margin:0px auto;">
<tr><td width="50%" style="border-right:1px solid black;">Some stuff</td>
    <td width="50%" style="border-left:1px solid black;">Some more stuff</td>
</tr>
<tr><td width="50%" style="border-right:1px solid black;">Some stuff</td>
    <td width="50%" style="border-left:1px solid black;">Some more stuff</td>
</tr>
</table>


That would be a table, or do you prefer it totally in CSS?

Regards,
Zyloch
ASKER CERTIFIED SOLUTION
Avatar of seanpowell
seanpowell
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mrdilliard
mrdilliard

Consistency in Netscape...HAHAHAHA...sorry.