Info
- 6 posts
- 3 voices
- Started 2 years ago by arpowers
- Latest reply from arpowers
- This topic is resolved
HTML tags for explanation purposes
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
Put them in backtick characters (see below the post field here) or in
<code>tags -
- Posted 2 years ago #
'<'
-
- Posted 2 years ago #
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'. -
- Posted 2 years ago #
< this is a test > -
- Posted 2 years ago #
you think I'd know what a backtick was!
Thanks for the help... -
You must log in to post.