Forums / Install & configuration / Using whatever code in article text

"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".

Using whatever code in article text

Author Message

Edwin Metselaar

Tuesday 25 March 2003 12:48:29 am

Hi,

I am getting pretty frustrated with inputting anything else but flat text into the articles. I cannot use html, cannot use javascript and worse, I cannot even write down my instructions for installation of some software.

The reason is that it includes some slashes and greater and less then signs. Is there a way to escape these so they are printed?

I tried to put in the HTML special character code & lt ; and that prints them allright. However, if I put some text in between like:
"less then OPTION greater then" the OPTION text just disappears.

Thanks, Edwin

Tony Wood

Tuesday 25 March 2003 1:06:10 am

> Hi,
>
> I am getting pretty frustrated with inputting anything else
> but flat text into the articles. I cannot use html, cannot
> use javascript and worse, I cannot even write down my
> instructions for installation of some software.
>
> The reason is that it includes some slashes and greater and
> less then signs. Is there a way to escape these so they are
> printed?
>
> I tried to put in the HTML special character code & lt ; and
> that prints them allright. However, if I put some text in
> between like:
> "less then OPTION greater then" the OPTION text just
> disappears.
>
> Thanks, Edwin

Hi,

Yes RC2 had this problem I seem to remember. The SVN version of the code has a tag <literal>unformatted text (html, xml source, etc.).</literal>. This should give you what you need.

Tony

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Edwin Metselaar

Tuesday 25 March 2003 1:19:07 am

> Yes RC2 had this problem I seem to remember. The SVN version
> of the code has a tag <literal>unformatted text (html, xml
> source, etc.).</literal>. This should give you what you
> need.

And indeed - it does!

Thanks, Edwin