Forums

Join
bbPress Support ForumsTroubleshootingHTML tags for explanation purposes

Info

Tags

HTML tags for explanation purposes

  1. hi!

    I have a forum here: http://www.pagelines.com/forum

    I sometimes want to add HTML tags to explain things to people but they get stripped out or used as real HTML...

    Is there a way to do this (display HTML code) in BBPress?

  2. Put them in backtick characters (see below the post field here) or in <code> tags

  3. '<'

  4. That's a single quote or apostrophe, not a back tick. On a US English keyboard, the single quote is on the same key with a double quote. The back tick is in the upper left corner or the keyboard, usually on the same key as the tilde (tilde requires shift.)

    http://upload.wikimedia.org/wikipedia/en/5/51/KB_United_States-NoAltGr.svg

    You want to use the upper left key in this keyboard layout around your code.

    <?php e_('This is code'); ?> and 'this is just inside single quotes'.

  5. < this is a test >

  6. you think I'd know what a backtick was!
    Thanks for the help...

  7. You must log in to post.