Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    The HTML tag disappears because it is being executed by the browser. To really see the HTML tag as text, you’ll need to espace it, especially, the < needs to be written as &lt;.
    So, instead of writing

    <p>

    you’ll have to write

    &lt;p>

    That way, the browser will not recognize the HTML tag as an HTML tag, but as text and print it.

    Regards,
    Tobias

    Thread Starter ?????? ??

    (@a1367h)

    What would I do without you? Thank you so much.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! Always glad, when I can help! ??

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how can i add an Html tag’ is closed to new replies.