SOAMJENA Posted March 6, 2014 Share Posted March 6, 2014 I want to create three custom html module side by side on the homepage.. How can i accomplish that ??? Want to create as shown in the pic. Pic attached. Link to comment Share on other sites More sharing options...
selectshop.at Posted March 6, 2014 Share Posted March 6, 2014 You are developer ? Tutorial for how to create modules for Prestashop you will find here: http://doc.prestashop.com/display/PS15/Developer+Guide Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted March 6, 2014 Share Posted March 6, 2014 Truthfully, you don't need 3 custom modules to do this. All can be done with basic HTML5/CSS3. Depending on your needs you might need a single module that will allow you to insert HTML in your theme or you could opt to use one of the many banner modules. Marty Shue Link to comment Share on other sites More sharing options...
vekia Posted March 6, 2014 Share Posted March 6, 2014 you can use one module, with code: <table> <tr> <td>first row</td> <td>second row</td> <td>third row</td> </tr> </table> instead of simple text you can of course use images, stylized divs or any other html code you want, effect will be very very similar Link to comment Share on other sites More sharing options...
Recommended Posts