snags Posted March 27, 2009 Share Posted March 27, 2009 Hello,I was hoping that someone to could help me with a graphic issue. I am new to prestashop and have no knowledge of PHP. I would like to add a banner graphic going across the entire width of my template above the Modules and Home page Graphic area. If someone could help me I would be really gratefulthankssnags Link to comment Share on other sites More sharing options...
kdk Posted March 27, 2009 Share Posted March 27, 2009 Download the developer plug-in for firefox and notepad++https://addons.mozilla.org/de/firefox/addon/60 (search for your language)http://notepad-plus.sourceforge.net/With this tools you can solve 80% of your design problems.The add-on shows you the name of the divs and with notepad++ you can search all files for the divs and change the attributes.In the beginning its a lttle bit hart, but you will learn fast. Link to comment Share on other sites More sharing options...
snags Posted March 28, 2009 Author Share Posted March 28, 2009 Thanks KDK I'll follow your advice.most appreciated Link to comment Share on other sites More sharing options...
kdk Posted March 28, 2009 Share Posted March 28, 2009 If you cant find the solution just ask.I did it this way: I added a div under the div #page with a width of 980px and a height of my picture and put the picture in the background. Link to comment Share on other sites More sharing options...
spott Posted March 28, 2009 Share Posted March 28, 2009 Look Your template header.tpl file. I added Google Adsense code so: <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> {if !$content_only} <!-- Header --> [removed]<!-- google_ad_client = "pub-XXXXXXXXXXXX"; /* 728x90, created 11/4/08 */ google_ad_slot = "XXXXXXXXXXX"; google_ad_width = 728; google_ad_height = 90; //--> [removed] [removed] [removed] Link to comment Share on other sites More sharing options...
sperio Posted April 11, 2009 Share Posted April 11, 2009 try using FIREBUG as an addon to FIREFOX... allows u to make css changes on the fly to see the 'pseudo' effects... then i just use notepad+++ to make the real changes and upload it to my actual site... works wonders Link to comment Share on other sites More sharing options...
Recommended Posts