tags:

views:

19

answers:

1

I have following:

<ul>
<li>copy</li>
<li>copy</li>
<li>copy</li>
<li>copy</li>
<li>copy</li>
<li>copy</li>
<li>copy</li>
<li>copy</li>
... 50 rows...
<ul>

I have a very long UL list, is there a sexy way I can split it to be 2 or 3 rows using CSS?? I cannot make multiple <ul>'s unfortunately.. :(

Thankful for any type of help.

+1  A: 
Pointy
I did try that, but didnt work the way I wanted to :(do you have a css snippet I can try? the class of the UL is 'list-33'
vick
@vick - What happened? Why wasn't it what you wanted?
Alohci
can this help? http://www.communitymx.com/content/article.cfm?cid=27f87
rjack