Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-11-21 20:36:45
- PicoPaco
- New Member
- Registered: 2007-11-21
- Posts: 5
How to create a dynamic table?
Does any one know how to build a dynamic table. The content will be in three columns and will be updated by an article.
Offline
#2 2007-11-21 22:17:22
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How to create a dynamic table?
Do you mean something like this?
Article form:
<tr><td><txp:title /></td><td><txp:body /></td><td><txp:excerpt /></td></tr>
Tag on the page:
<table><txp:article form="the_above_form" /></table>
Offline
#3 2007-11-21 22:33:01
- PicoPaco
- New Member
- Registered: 2007-11-21
- Posts: 5
Re: How to create a dynamic table?
Well, something like that, but what would I do if I needed more columns? Maby one more for a picture or some more information.
Last edited by PicoPaco (2007-11-21 22:33:20)
Offline
Re: How to create a dynamic table?
What info you want to show in table?
By the way – look through txp tags
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#5 2007-11-21 23:06:51
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How to create a dynamic table?
Offline
Pages: 1