jonas87 Posted January 12, 2014 Share Posted January 12, 2014 Hi guys, I want to place several banners next to each other (2 to 4) on the home page, evenly spaced over the full width of home. This is a very common feature on web shops but it doesn't seem straightforward in prestashop. The attached image is a good example of what I would like to achieve. Ideally it would meet the following requirements: - it must have images - each banner would be an html object, so the image can be overlayed with text - multi language support for the text Any suggestions as what would be the best way to go about this? Is there a (free) module that can do this out of the box? Better to use a html anywhere block module? Link to comment Share on other sites More sharing options...
Paulito Posted January 12, 2014 Share Posted January 12, 2014 Good morning You can use free modules like: html box and content box and, of course, you can use the Default "Home text editor. Paul Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2014 Share Posted January 12, 2014 <table> <td><img src="URL TO YOUR 1 IMAGE" /></td> <td><img src="URL TO YOUR 2 IMAGE" /></td> <td><img src="URL TO YOUR 3 IMAGE" /></td> <table> to achieve this you can use code above, use it in home text editor or in free html block module (module supports homepage and also other places too) Link to comment Share on other sites More sharing options...
jonas87 Posted January 12, 2014 Author Share Posted January 12, 2014 thanks, I will try with the free html block module Link to comment Share on other sites More sharing options...
Recommended Posts