/ Published in: HTML
The code gets placed inside the body tags of the html code.
Expand |
Embed | Plain Text
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%;"> <tbody> <tr> <td style="width: 50%;"> <h3> Title 1</h3> </td> <td> </td> <td style="width: 50%;"> <h3> Title 2</h3> </td> </tr> <tr> <td> Text 1</td> <td> </td> <td> Text 2</td> </tr> </tbody> </table> <p> More text goes here.</p>
You need to login to post a comment.
