Jump to content

[SOLVED] Inserting custom HTML code


Recommended Posts

Hello,

I'm trying to add some simple custom code inside HTMLBox & Custom Block Text modules but Prestashop parses my code in a kind of way so I can't put anything big, for e.g.:

 

I'm trying to put this custom code:

<div class="dflex">
	<a href="https://foo" class="cblock"></a>
</div>

 

But each time I try to apply this code, no matter what module I'm updating, it converts my code into this:

<div class="dflex"></div>

I've tried putting simple brackets: same

Disabled HTMLPurifier: same

 

Where should I check out to solve this?

Thanks for your help.

Edited by Studio Creativ (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...