Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] fha_reform - Simple table/list maker
Try using a period instead of the asterix. I have always used a period when using this plugin.
Jamie
The basic table example in the help section of the plugin works fine for me.
With table I get perfect output <a href=“http://studioqphotography.com/”>here</a>
Offline
#14 2005-05-01 08:05:49
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: [archived] fha_reform - Simple table/list maker
oke, thank you,
Can you give me the code you use for the table then ??
Maybe i can see why it’s not working for me ??
Roelof
Offline
Re: [archived] fha_reform - Simple table/list maker
Exactly the same code in the post above with the exception that model=
Offline
#16 2005-05-02 05:20:54
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: [archived] fha_reform - Simple table/list maker
Wierd,
If i use that code exactly I get the wrong output.
But when i use the <br> tag i get good output.
Roelof
Offline
Re: [archived] fha_reform - Simple table/list maker
Hi Roelof,
I use this for track listings:
<code><txp:fha_reform model=“table” delimiter=”. “ headers=“yes” class=“cdList”>
No.. Title. Length
1. First track. 2:44
2. Second track. 3:33
3. Third track. 1:38
</txp:fha_reform></code>
And it renders a nice table, which I style using the cdList class. Can you try this exact example?
Who’s gonna textdrive you home tonight?
Offline
#18 2005-05-03 12:12:56
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: [archived] fha_reform - Simple table/list maker
It works and i found the reason.
I use the wrong things to give the name.
It must be the right instead of the italic “.
Roelof
Last edited by roelof (2005-05-03 12:14:42)
Offline
Re: [archived] fha_reform - Simple table/list maker
Filip,
Is there any way to step this up a little with individual classes for rows/collumns? Iam wishing I had a little more control over the display of the output code. On td I get an output like:
<code>td class=“text”>Business Cards</td><td class=“number”>500</td><td class=“text”>Included</td></code>
this which leaves me unable to style collumn1,collumn2,collumn3 individually.
Just wondering,
Thanks!
Edit: What I really need is to seperate the first output collumn, I have been looking at the code and I am trying to determine which class to edit in the plugin to get what I’m looking for.
Thanks
Last edited by soulship (2005-05-06 20:31:53)
Offline
Re: [archived] fha_reform - Simple table/list maker
Yes, I think I could put in some automatic col1-colN classes for columns, as well as odd/even classes for rows. Remind me in a couple of days if you don’t see an update here, OK?
Who’s gonna textdrive you home tonight?
Offline
Re: [archived] fha_reform - Simple table/list maker
Thanks Filip, I really appreciate it. This is such a handy dandy plugin!
Odd/Even would be fantastic!
Last edited by soulship (2005-05-06 20:47:21)
Offline
#22 2005-05-07 12:40:09
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: [archived] fha_reform - Simple table/list maker
I wonder if something like “celspacing” is possible.
So the two collums will be not so neat as now.
What i mean is this.
Now :
MPC Celeritas Donar 3 34-45
What i like more is
MPC Celeritas Donar 3………..34 – 45
… are spaces so i can let see what i mean
Roelof
Last edited by roelof (2005-05-07 12:41:15)
Offline
Re: [archived] fha_reform - Simple table/list maker
When Filip adds column/cell classes you will be able to control your spacing and color and font ect throught the class styling. I can’t wait! For instance… you can do:
<code>.collumn1{width:30em;line-height:1.2em;font-weight;bold;color:brickred;}</code>
Now that will be fantastic.
Offline
Re: [archived] fha_reform - Simple table/list maker
mamash wrote:
Yes, I think I could put in some automatic col1-colN classes for columns, as well as odd/even classes for rows. Remind me in a couple of days if you don’t see an update here, OK?
Does a couple of days mean 2 or 3 ;)
Last edited by soulship (2005-05-08 16:34:18)
Offline