Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-10-01 20:06:21
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Table bug
A set of attributes to be applied to an entire table must appear immediately before the table, on its own line, followed by a dot, for example…
<code>
{border:1px solid black}.
|This|is|a|row|
</code>
<code>
(myclass).
|This|is|a|row|
</code>
…dosen’t seem to work.
Last edited by lee (2006-10-01 20:07:11)
Offline
#2 2006-10-01 21:42:23
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Table bug
See the comments at the top of classTextile.php for the correct syntax:
table(myclass).
|row|
Alex
Offline
#3 2006-10-01 21:46:54
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: Table bug
Thanks. Maybe it’s time to remove the link to textism on the write page if it’s no longer maintained and giving incorrect syntax in some cases.
Offline
#4 2006-10-02 03:06:26
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Table bug
Agreed, but we’ve got nothin’ else to link to – at the moment.
Offline