Jump to content

Adding a banner graphic


Recommended Posts

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 grateful

thanks

snags

Link to comment
Share on other sites

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

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

  • 2 weeks later...

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

×
×
  • Create New...