is Possible the implementation of Text object

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
User avatar
vic53
Posts: 20
Joined: Fri Feb 09, 2018 4:36 pm
Location: Fonte Nuova Italia

is Possible the implementation of Text object

Post by vic53 »

Hello Pablo
your editor is a great program, I ask you
is possible the implementation on the object "Text" to stop the conversion of the CHAR "<" and "> as this?

Code: Select all

<div><span style="color:#0000CD;">&lt;?php echo $descrizione;?&gt;</span></div>
...
in
<div><span style="color:#0000CD;"><?php echo $descrizione;?></span></div>
in order to remain the code as I wrote on that line...?
this will be good also for other objects as for example the object "Image"?

un saluto dall'Italia e da un tuo fan..
ciao
Vincenzo Manarolla
thanks a lot.
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: is Possible the implementation of Text object

Post by Pablo »

Text -> Object properties -> Do not encode HTML characters.
User avatar
vic53
Posts: 20
Joined: Fri Feb 09, 2018 4:36 pm
Location: Fonte Nuova Italia

Re: is Possible the implementation of Text object

Post by vic53 »

ok, then I need to use the HTML object for dynamic text …. is it ok?
therefor this wants a lot of property to build the text in the html but i can to use the class in the CSS style...
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: is Possible the implementation of Text object

Post by Pablo »

Did you try my suggestion?
Post Reply