Published in: HTML
<html> <head> <style> table.content { background-color:#F6F6F6; border:1px solid #CCCCCC; text-align:left; margin-top: 5px; margin-bottom: 5px; font-size: 12px; padding: 4px; margin: 0 0 7px 0; } </style> </head> <body> <table width="500" border="0" cellspacing="2" cellpadding="6" class="content"> <tr> <td> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus felis. Sed volutpat arcu at dui cursus malesuada. Curabitur vel lectus et lorem egestas imperdiet. Sed </td> </tr> </table> </body> </html>
You need to login to post a comment.
