Forum Moderators: open
<table>
<tr><td><div>content</div></td></tr>
</table>
The question is: is a div really what you want? Would a paragraph, <ul>, or other semantic element that describes the content be a better choice? You can style these with no spacing if the element in question gives you trouble:
table td p { margin:0;padding:0; }