Oct 2, 2008 #1 HrvojeVd Programmer Jun 22, 2008 36 HR Is it possible to create table with two columns in witch one column will have 10 rows and the other one only one row?
Is it possible to create table with two columns in witch one column will have 10 rows and the other one only one row?
Oct 2, 2008 #2 jmeckley Programmer Jul 15, 2002 5,269 US you mean html table, correct? this is possible, although i don't understand why. Code: <table> <tr><td></td><td></td><tr> <tr><td></td><tr> ... </table> Jason Meckley Programmer Specialty Bakers, Inc. Upvote 0 Downvote
you mean html table, correct? this is possible, although i don't understand why. Code: <table> <tr><td></td><td></td><tr> <tr><td></td><tr> ... </table> Jason Meckley Programmer Specialty Bakers, Inc.