I've created a <ul>
and <li>
list and got a ton of different information in it. Is it possible to space different pieces of information in one <li>
over the page, like it had columns?
Like the first word of <li>
is aligned at the left side of the page, then the second is always at the first 1/4 the 3rd at half and the 4th at 3/4, for every <li>
?
Is this possible, if yes, how is it done? If needed I can post my PHP/HTML Code in here (though it's dynamic).
EDIT: Here is the Code: http://jsfiddle.net/woz1r55e/ :)
Thanks beforehand already :)