Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
section list styled by divs
Hi guys! I search a plugin, which accept styling txp tag section_list by divs, not by ul-li.
There is some plugin?
<txp:txp_me />
Offline
#2 2010-07-27 20:23:38
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,477
Re: section list styled by divs
What do you mean with “styling txp tag section_list by divs”?
Offline
Re: section list styled by divs
- See section_list
- Notice
wraptag="div"
,break="div"
attributes and container option. - Bookmark Tag Reference
<txp:section_list wraptag="div" break="div">
<txp:section />
</txp:section_list>
<txp:section_list wraptag="" break="">
<div id="<txp:section />">
<txp:section />
</div>
</txp:section_list>
Offline
Re: section list styled by divs
i’m want insert for example “ | or / “ between sections in section_list.
How i can to do this?
<txp:txp_me />
Offline
Offline
Re: section list styled by divs
Thank you much )!!!!!
<txp:txp_me />
Offline
Pages: 1