Nested Table Example

A nested table is a table within a table in HTML code, it is displayed as a table tag (<TABLE>) within a table tag. The following is an example of the HTML code for a nested table.

<table>

     <tr>

          <td>

               <table>

                    <tr>                   

                         <td>

                               Get Paid $1000 A Week To Work From Home.

                         </td>

                    </tr>                     

               </table>

          </td>                               

     <tr>

 </table>

If you want messages containing nested tables to be considered spam, select this option under Feature Filtering.