Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
[textile] IDs for LIs
Up to now i’ve been using html to add ids to lis.
Is there a way to do it with textile?
what i’m looking for is a way to deal with footnotes
<ol>
<li id=f1><sup><a href="t1">foo</a></sup></li>
<li id=f2><sup><a href="t2">foo</a></sup></li>
</ol>
if I use textiled ids…
#(#f1) foo
#(#f2) foo
I get
<ol id="f1">
<li>foo</li>
</ol>
<ol id="f2">
<li>foo</li>
</ol>
Which is not desirable (or right)
If there is a way to textile all the text it would be great, if not, no worries:)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [textile] IDs for LIs
Which is not desirable (or right)
“Attributes applied to the first list item will apply to the list itself.”
AFAIK there is no way to add IDs to listpoints with textile.
Offline
Re: [textile] IDs for LIs
Hi Bastian.
I knew that was the case re “Attributes applied to the first list item will apply to the list itself.” I just thought/hoped that there was something that i was missing.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Pages: 1