I have the following code in a table:
However, there is a big "line feed" after the "this is a test" line, how can I remove that, or can I?
Code:
<table cellpadding="1" cellspacing="1" border="0">
<tr><td>
This is a test
<ul>
<li>test1
<li>test2
<li>test3
</ul>
</td></tr>
</table>