Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-07-24 00:45:58

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

2 or 3 Column Dynamic Section list?

Is this possible at all in txp?

Last edited by tye (2008-07-24 00:46:09)

Offline

#2 2008-07-24 02:02:44

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: 2 or 3 Column Dynamic Section list?

Why not? You can use in build tags like section_list, article_custom or some of those many section list plugins. Then, just style them to use three columns, not hard at all.

In example:

<txp:section_list wraptag="ul" break="li" />

ul {
	list-style: none;
}
ul li {
	float: left;
	display: inline;
	width: 33%;
}

And with 4.0.7 version’s txp:variable you can do even more, in example build a complete table etc.

Offline

#3 2008-07-24 09:24:17

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: 2 or 3 Column Dynamic Section list?

Ha Ha – cool, you learn something new every day :)

Thanks v.much

Offline

Board footer

Powered by FluxBB