victorb17
12-26-2005, 11:27 AM
I can't seem to figure out how to create two tables (one 25% wide, and the other 75%) on the same line. Is it possible? thanks
|
Click to See Complete Forum and Search --> : two tables on one line victorb17 12-26-2005, 11:27 AM I can't seem to figure out how to create two tables (one 25% wide, and the other 75%) on the same line. Is it possible? thanks the tree 12-26-2005, 01:33 PM <table style="width: 23%; float: left;"> <!-- ... --> </table> <table style="width: 73%; float: right;"> <!-- ... --> </table> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |