I have a code like this:
<table>
<tr>
<td align="center">
<ul>
<li style="float:left;display:inline">Some text</li>
<li style="float:left;display:inline">Other text</li>
</ul>
</td>
</tr>
</table>
The problem is that the UL with is 100% and then all UL is aligned to the left, how can i center the content into UL? I must have that style for the LI, so i need that UL with fits to his content... does anyone knows how to do this?
regards,