How can I hide an HTML table row
If For my part, using so that it takes up no space? I have several \'s set to style=\"display:none;\"
display: none; doesn't work, how about setting height: 0; instead? In conjunction with a negative margin (equal to, or greater than, the height of the top and bottom borders, if any) to further remove the element? I don't imagine that position: absolute; top: 0; left: -4000px; would work, but it might be worth a try.display: none works fine.