/ Published in: HTML
table with image on one side, products info on the other.
includes some CSS from Tablizer that has been modified.
includes some CSS from Tablizer that has been modified.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style type="text/css"> table.tableizer-table {border: 1px solid #CCC; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px;} .tableizer-table td {padding: 4px; margin: 3px; border: 1px solid #ccc;} .tableizer-table th {background-color: #555; color: #FFF; font-weight: bold; padding: 4px 0 4px 0;} </style> <table class="tableizer-table"> <tbody> <tr class="tableizer-firstrow"> </tr> <tr> <td> <td> <table width="100%"> <tbody> <tr> </tr> <tr> </tr> <tr> </tr> <tr> <td> <ul> <li>Helps protect against moisture that can damage the building materials and lead to an unhealthy living environment.</li> </ul> </td> </tr> <tr> <td> <br /> <table border="1"> <tbody> <tr> </tr> <tr align="center" style="font-family: verdana; font-size: 12px;"> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <br />