Search code examples
netbiscuits

Netbiscuits, Creating a paragraph tag


I'm maintaining a website that is using the Netbiscuits platform. I cannot see how I can actually insert a <p></p> tag with BML? Am I missing something here?

I currently have my text in a <richtext></richtext> tag.


Solution

  • Ok I figured it out after reading the Official documentation for a while.

    <richtext>
    [p]text here[/p]
    [p]more text[/p]
    </richtext>