Display CDATA as text in html

voipguru

New Member
How can I display \[code\]<!CDATA[\[/code\] as text in an html document? I tried wrapping it in \[code\]<pre>\[/code\] tags but that didn't work.\[code\]<! DOCTYPE html ><html><body> <div>This should show <pre><!CDATA[</pre> when the page renders</div></body></html>\[/code\]
 
Back
Top