Issue
How can I hide an HTML table row <tr>
so that it takes up no space? I have several <tr>
's set to style="display:none;"
, but they still affect the size of the table and the table's border reflects the hidden rows.
Solution
I would really like to see your TABLE's styling. E.g. "border-collapse"
Just a guess, but it might affect how 'hidden' rows are being rendered.
Answered By - o.k.w Answer Checked By - Terry (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.