Page 1 of 1

i want to changer the editor of opencart

Posted: Mon Apr 23, 2018 3:00 pm
by mailovetm
i want to changer editor to creat new product and... in admin product, editor can be creat source of html correct. eg..:
<p>
<font color=red> hello you</font>
</p>
any1 pls help me how to fix. i dont want use module paid in market, pls

Re: i want to changer the editor of opencart

Posted: Mon Apr 23, 2018 3:20 pm
by OSWorX
1. HTML-Tag font is outdated
2. switch the editor into Codeview - and afterwards back to HTML-View

Re: i want to changer the editor of opencart

Posted: Mon Apr 23, 2018 5:14 pm
by mailovetm
i want to changer ...
Image
to
Image

Re: i want to changer the editor of opencart

Posted: Mon Apr 23, 2018 6:53 pm
by OSWorX
Basically: what for?
And use Codemirror to format the code.

Re: i want to changer the editor of opencart

Posted: Mon Apr 23, 2018 11:07 pm
by mailovetm
OSWorX wrote:
Mon Apr 23, 2018 6:53 pm
Basically: what for?
And use Codemirror to format the code.
i want to format code to this picture, how can i use codemorror?