Forums
Home / Fixing WordPress / backslash
(@donie)
20 years, 2 months ago
hello. I can’t post backslash “\”. It was disappeared.
(@podz)
Try posting two ? Not an ideal solution …
(@dannyman)
19 years, 7 months ago
Type the HTML character entity: \
If you have a unix system, man ASCII and refer to the decimal table for character entity references.
Maybe they should add editor buttons for special characters. ??
*sigh*
This thing interpolated my ampersand amp semicolon and then parsed the reference literally, so:
AMPERSAND HASH NINE TWO SEMICOLON
& # 9 2 ;
Without the spaces.
(@macmanx)
Next time, surround your code with backticks to prevent it from being formatted. The backtick key is usually below the escape key, to the left of the one key, and above the tab key.