Are you using Dreamweaver or some other wysiwyg? If so, thats probably the reason. You'll need to it by hand.
Hi guys I am working on a new site http://gabe.mine.nu/temp
I got a problem with the boxes. If you look up my site in netscape it look like the Menu table and the "New Webpage" table are very far away from each other but the formating is perfect.
If you open my site in ie. opera, mozilla it will look as if both boxes are next to each other.
what should I do?
Are you using Dreamweaver or some other wysiwyg? If so, thats probably the reason. You'll need to it by hand.
doing it by hand.
I was just wondering.. What if you were to let the second tabel have a alignment.. So the code:
woudl be something like:Code:<!-- Start Bigger Box *--> <table width="50%" cellspacing="2" cellpadding="2" border="0">
To see if Netscape can handle that..Code:<!-- Start Bigger Box *--> <table width="50%" cellspacing="2" cellpadding="2" border="0" align=left>
Else you could try and change the setting for the cell holding the Box.
ie:
Apart from that I cant see why netscape wont align it right.Code:<td valign=top> <!-- the table with the large one --> Be changed to: <td valign=top align=left> <!-- the table with the large one -->
gmoreno
Im going to revamp your stylesheet and see if i can discover the issue that way. It seems to be a problem with Netscape, for IE (Im at work) and Opera dont have a problem with your index page.
Odd, but I'll figure it out.
Bookmarks