If you have tabularic data to present you shouldn't use ul tag. Use properly designed and styled <table> tag. Li are for lists.
On Dec 11, 12:03 pm, Stodge <sto...@gmail.com> wrote: > I know this might seem odd, but is it possi...
If the text apears in lines prabobly it's because you are using block tags (not inline tags). You should use most semantic tag for content you wan't to present & either give it display:inline in css or leave it (if it's inline by default).
On 13 Dec 2009 15:16, "jkronika" <jkro...@gmail.com> wrote:
On Dec 11, 12:03 pm, Stodge <sto...@gmail.com> wrote: > I know this might seem odd, but is it possi...