语言

Menu
Sites
Language
How do I display html code in comments?

in another topic, someone asked me to add some code. When I copy and paste my html code, it get's rendered and I want it to be displayed as text

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
Raghu Kona
Hi Jezra, You can use pre tag (
<pre></pre>
) and (ampersand symbol(&)+lt;) for < and (ampersand symbol(&)+gt;) for > This should fix your problem.
jezra
Does the forum software have functionality for *easily* displaying raw html code? Having to rewrite html code in order to ask question about the code in a forum for an operating system that is focusing on HTML code seems a bit backwards to me.