Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
section with html_id
Hello,
I need to add id=“someid” to some <txp:section />
’s, but it seems html_id is not accepted by the section tag.
Is there just the class workaround?
Thanks!
Offline
Re: section with html_id
Try use this:
<txp:section_list break=""> <a id="<txp:section link="0" />" href="<txp:site_url /><txp:section />"><txp:section link="0" /></a> </txp:section_list>
Offline
Pages: 1