If I create a HTML table like this:
text text text
<table border='0'>
<TR>
Table Item
</TR>
</table>
Is this always will generate a new line?) —————>
text text text
Table Item
No chance to generate like this (so without new line?) ———————>
tex text text Table Item
could help you I think.
Also will this help you
sample