Forum Moderators: not2easy
How can i position the <li> to the left.
Example:
<ul>
<li>blah</li>
<li>blah2</li>
</ul>
which normaly looks like:
-------------
¦ - blah ¦
¦ - blah2 ¦
-------------
But i want it to look like:
-------------
¦blah ¦
¦blah2 ¦
-------------
So that the <li> is positioned to the leftside of the
<ul>
How can i do this?