Oct 2, 2008 #1 HrvojeVd Programmer Joined Jun 22, 2008 Messages 36 Location 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 Joined Jul 15, 2002 Messages 5,269 Location 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.