PHP קוד:
<table border="1" width="100%">
<tr>
<td style="height: 30px;">מה קורה חווה? חותמת?!</td>
<td valign="bottom" style="height: 90px;">texttt<br/><div>dfgfdg</div></td>
</tr>
</table>
באותה מידה אפשר להכניס את הפקודה אל הCSS בצורה קצת אחרת
:
PHP קוד:
<table border="1" width="100%">
<tr>
<td style="height: 30px;">מה קורה חווה? חותמת?!</td>
<td style="vertical-align: bottom; height: 90px;">texttt<br/><div>dfgfdg</div></td>
</tr>
</table>