inline styles on “img” class are being sanitized
-
I have been trying to align the images that i have put into the custom product email in the center of the page.
To do this i have used the following code:
<img src="https://www.koanga.org.nz/gardens/files/2017/08/KI_ME_fruit.jpg" align="center">
However after updating the page and the $allowed_html array has been run over my code the style to align is sanitized and i am left with:
<img src="https://www.koanga.org.nz/gardens/files/2017/08/KI_ME_fruit.jpg">
Please help
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘inline styles on “img” class are being sanitized’ is closed to new replies.