I just need to show my plain html table in which it shows only lines of rows and hide columns in it, so that the another person seeing it, thinks it as a table with one column, but actually it has multiple columns…I cant use colspan, as I need columns as itself…
Please help
thanks..
Use CSS to style your table:
This will give a top and bottom border to each data cell, which should do what you need it to. Play a little with the formatting to make sure you get it right.