View Single Post
  #4  
Old 10-16-2016, 09:02 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Custom Pages not reading HTML (or having layout issues with manual coding) 5.3.13

I've reported this problem to the XC5 dev team:
https://bt.x-cart.com/view.php?id=46841

However, a better approach would be using CSS to style your pages.

For example, you can wrap your IMG tags into a DIV tag having "my-custom-class" as the "class" attribute, and then add the following CSS rule via ThemeTweaker:
Code:
.my-custom-class img { width: 24%; }
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote