I have a table with two rows with four columns. I have text in the first column in the first row and a textbox in the second column, then text and then a textbox. In the next row I have text in the first column and a textbox in the second, but I want to span the textbox to fill the other two columns so everything lines up correctly. Can I do this in a single table or do I need to create a table so that the columns can be different sizes?
Share
You may use column span (colspan) attribute of html
<table/>.For instance: