I have a html table that I have setup in a 3 rows by 2 column formation. So basically have 6 cells that are currently being displayed to the suer.
My question is an unsure how to do, is that I only want to use 5 cells only visible to the user so would like to somehow remove cell position (3,2), so that it doesn’t show any borders at all for that cell alone – can this be done, if so, how?
Thanks.
look up the css properties
border-collapseandempty-cellsRef: http://www.quirksmode.org/css/tables.html
Scroll down the page and look at the examples of
empty-cells:hidealso check the browser compatibility chart at the top of the page.