I have tried to write some code in another post (see my post with the subject Solution for the standalone version), but it's impossible. Amongst other things I used the signs "". But at the "Entry" not the correct content will be depicted. The same occurs for "TrimRight". What should I do?
You need to perform HTML entity encoding manually. That means, instead of
<use<, and instead of>use>, and instead of&use&.See https://portableapps.com/filter/tips for more info.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
Thank you for the prompt and accurate reply. I also used whitespaces in this code. Exist for these whitespaces also a HTML entity?
Put code inside the
<pre>tag. That preserves whitespace.<pre> <code goes here> </pre>This would produce:
<code goes here>I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1