Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <table align="center">
  2. <tr style="display:none">
  3. <td valign="top" align="left">InfoOption1:</td>
  4. <td valign="top" align="left" colspan="2">#InfoOption1</td>
  5. </tr>
  6. </table>
  7.  
  8. <tr><td>...</td></tr>
  9. <div style="display: none;">
  10. <tr><td>...</td></tr>
  11. </div>
  12.  
  13. <div class='hide_this_row'>
  14. <tr>
  15. <td>...</td>
  16. </tr>
  17. </div>
  18.  
  19. <!-- CSS file will look like this -->
  20. <style>
  21. .hide_this_row{
  22. display :none;
  23. }
  24. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement