Thread: More Html Help
View Single Post
Old 09-03-2006, 11:11 AM   #3
Reup
10 GOSUB Abandonia
20 GOTO 10
 
Reup's Avatar

 
Join Date: Dec 2004
Location: Eindhoven, Netherlands
Posts: 1,508
Default

The evil thing is to make another table that encapsulates both the tables. So you'll get nested tables, which is evil because it's a b!tch to maintain. Make a single row, three cells, put the first table in the first cell, second one is your seperator, third cell contains your second table.

An alternative, which is better from a design point of view is to use stylesheets to position the tables (using the left, top and position attributes). This requires some experimenting but leads to much cleaner code!
Reup is offline                         Send a private message to Reup
Reply With Quote