I've got a parent table and a child div:
Code
<table>
<tr>
<td>
<div>
content
</div>
</td>
</tr>
</table>
<tr>
<td>
<div>
content
</div>
</td>
</tr>
</table>
and the problem is the content ends up aligning in the middle (vertically).
HELP!
Show your support for Zikula! Sign up at Github account and watch the Core project!