How to make 2 tables look like one.

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
php_wiz_kid
Forum Contributor
Posts: 181
Joined: Tue Jun 24, 2003 7:33 pm

How to make 2 tables look like one.

Post by php_wiz_kid »

How can you make 2 tables in HTML look like 1 table?
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Post 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?
php_wiz_kid
Forum Contributor
Posts: 181
Joined: Tue Jun 24, 2003 7:33 pm

Post 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.
php_wiz_kid
Forum Contributor
Posts: 181
Joined: Tue Jun 24, 2003 7:33 pm

Post 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.
User avatar
trollll
Forum Contributor
Posts: 181
Joined: Tue Jun 10, 2003 11:56 pm
Location: Round Rock, TX
Contact:

Post 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.
php_wiz_kid
Forum Contributor
Posts: 181
Joined: Tue Jun 24, 2003 7:33 pm

Post by php_wiz_kid »

I got it all figured out. Thanks for the help... sorta.
Post Reply