Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: List styling trouble
Oh, thank you! It’s work without jquery right?
But there is some way to do this solution, but without separeate <ul>
like:
<div class=“ul-wrapper”>
<ul>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
</ul>
<div>
Because i want to show section list in txp with wraptag=“ul” break=“li”
<txp:txp_me />
Offline
Re: List styling trouble
yeah, it works without jquery. But you need something to split up the markup, if you want the columns to be constructed vertically. If it is ok that they’re constructed horizontally you can do it just with css.
so i mean vertically:
item 1 item3 item5
item 2 item4 item 6
horizontally:
item 1 item2 item3
item 4 item5 item 3
so is horizontal ok?
Last edited by JanDW (2010-06-25 05:40:48)
TXPDream – A Textpattern Tag Library for Adobe Dreamweaver. (updated for 4.2.0) | jdw_if_ajax – Only serve certain parts of a page when requested with AJAX
Offline
Re: List styling trouble
you mean i need to use display: inline; ?
<txp:txp_me />
Offline