Forums / General / <code></code> tag doest work in ezp350rc2
Alexandre Cunha
Sunday 19 December 2004 8:01:10 pm
http://AlexandreCunha.com
Balazs Halasy
Monday 20 December 2004 12:42:29 am
Hey,
The "code" tag is a custom tag that we introduced in the forum. The equivalent default tag is called "literal". In other words, if you want to publish some text exactly in the same way that it is written then you'll have to do it like this:
<literal> mov eax, 13h int 10h xor eax, eax int 16h mov edi, __offset mov eax, 0a0000h add eax, edi ... </literal>
Balazs