DarkMantis
New Member
I'm having trouble with the code editor so here it is\[code\]<ul> <li>Item1</li> <ul> <li>Item 1.1</li> <li>Item 1.2</li> </ul> <li>Item2</li> <ul> <li>Item 2.1</li> <li>Item 2.2</li> </ul></ul>\[/code\]And I want to float elements to get a result like this:
Is it possible with that markup?