Forums / General / <code></code> tag doest work in ezp350rc2

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

<code></code> tag doest work in ezp350rc2

Author Message

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