How to insert HTML-code as example in a post

edited November 2016 in General

When inserted a piece of HTML-code (including tags) in a post the code-sequences are neither shown in preview nor transfered to the forum. How can I give some code example in HTML?

f.e. example // here is a link to an example in my draft.

Answers

  • edited November 2016 Answer ✓

    this looks ok in the preview - i just used ctrl-o on the source

    <html>
    <body>
    <p>hello &amp; world</p>
    </body>
    </html>
    

    look ok in actual post. not highlighted though.

Sign In or Register to comment.