Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to leave an empty row in html table



.blank_row
{
    height: 10px !important; /* overwrites any other rules */
    background-color: #FFFFFF;
}



<tr class="blank_row">
    <td colspan="3"></td>
</tr>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #leave #empty #row #html #table
ADD COMMENT
Topic
Name
1+8 =