Jump to content

cannot hide using <div>


robert_gsfame

Recommended Posts

First, please post all code in code tags.

The <tr> tag is for a table row inside the <table> tag. You have no table.

 

If you are trying to hide an entire table, use "display: none;" and "display: table;" to hide or show your table, respectively. If you are using the <table> tag and just neglected to show it, replace your <div> tags with <tbody> tags. <tbody> is for a group of rows. You can then hide or show that group of rows.

Link to comment
https://forums.phpfreaks.com/topic/200867-cannot-hide-using/#findComment-1054079
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.