Page 1 of 1
How to make 2 tables look like one.
Posted: Wed Jul 09, 2003 8:25 pm
by php_wiz_kid
How can you make 2 tables in HTML look like 1 table?
Posted: Wed Jul 09, 2003 8:36 pm
by trollll
You could always put two tables next to each other, give them the same characteristics and hope that different browsers displayed them both the same way. Can you give a little more info as to how you mean and why you want to do this instead of just making one table?
Posted: Wed Jul 09, 2003 8:41 pm
by php_wiz_kid
Go to
http://www.s2quared.com
Log in as
username: Anthony
password: 554400
Go to the view profile page which can be found under the My Account area in the navigation. Compare the copyright bar down at the bottom to the one on the homepage. It's considerably bigger. It also starts to cover up the main white area. I've tyed working with all the tag attributes and everything. Thanks.
Posted: Wed Jul 09, 2003 8:43 pm
by php_wiz_kid
I just updated it and put some garbage on there to show you that the more info I put in the white area the more the copyright bar increases in heigth.
Posted: Wed Jul 09, 2003 9:14 pm
by trollll
First of all, you should run this through W3's
html validator. Your table has some severe colspan issues and so many unclosed tags I don't think Netscape even knows what you want it to try to look like.
Posted: Wed Jul 09, 2003 10:08 pm
by php_wiz_kid
I got it all figured out. Thanks for the help... sorta.