Guid Posted April 27, 2014 Share Posted April 27, 2014 Hi everybody! Someone could help my about - How to place text over an image using themeconfigurator html box presta 1.6.0.6? I mean wich code should i place for it...? (the image would be... src="http://localhost/.../modules/themeconfigurator/img/banner-img4.jpg") Thanks a lot for your help! Link to comment Share on other sites More sharing options...
vekia Posted April 27, 2014 Share Posted April 27, 2014 to dispaly image: use code like: <img src="http://urltoyourimage.com/image.jpg" /> Link to comment Share on other sites More sharing options...
Guid Posted April 27, 2014 Author Share Posted April 27, 2014 to dispaly image: use code like: <img src="http://urltoyourimage.com/image.jpg" /> Hi Vekia! I'm using themeconfigurator, i already selected an image and what i pretended is - How to place text over an image using themeconfigurator html box, I mean wich code should i place into the html box for it...? Thanks for reply! Link to comment Share on other sites More sharing options...
vekia Posted April 27, 2014 Share Posted April 27, 2014 dont upload image there. use code that i suggested to use <div style="clear:both; display:block;">this is my test</div> <img src="http://urltoyourimage.com/image.jpg" /> then text will appear above the image. 1 Link to comment Share on other sites More sharing options...
Recommended Posts