Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-02-03 14:43:18
- monkeynotes
- Member
- From: UK
- Registered: 2005-04-13
- Posts: 41
How do I: Output comment message without the <p> tags?
I want to build a comment list that goes like this:
<ol>
<li>Message</li>
</ol>
At the moment I can only output comment messages wrapped in a <p> which is messing up my formatting of the list.
I have scanned some of the plugins but can’t see anything that looks like what I need.
EDIT: I was being an idiot, of course the comment message needs <p> tags and all the other text formatting the user wants to enter. Mods, feel free to delete this thread.
Last edited by monkeynotes (2007-02-03 15:02:41)
Offline
#2 2007-02-03 16:12:46
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How do I: Output comment message without the <p> tags?
You can present comments as an ordered list (Admin > Preferences), but I assume (don’t use this myself) this will put everything inside the <li>
tags, not just the message.
Offline