Russ
Well-known member
I haven't really tried this before but... is there any way of using the Code BBCode on a normal page?
I have this:
But it outputs as:
Rather than the desired output:
I can just use XMP tags for my purpose but I'm just curious if there's a solution to the above.
I have this:
Code:
<xf:include template="bb_code_tag_code">
<xf:set var="$content"><span>this is code<b>should show with the html tags</b></span></xf:set>
</xf:include>
But it outputs as:
Rather than the desired output:
Code:
<span>this is code<b>should show with the html tags</b></span>
I can just use XMP tags for my purpose but I'm just curious if there's a solution to the above.