I succeeded to add pictures on the left column of my site by adding this code in temlpate_bottom.php
<div><?php if ($banner = tep_banner_exists('dynamic', 'sidepic')) { echo tep_display_banner('static', $banner); }?></div>
<div><?php if ($banner = tep_banner_exists('dynamic', 'sidepic1')) { echo tep_display_banner('static', $banner); }?></div>
<div><?php if ($banner = tep_banner_exists('dynamic', 'sidepic2')) { echo tep_display_banner('static', $banner); }?></div
and then adding a banner, in group called "sidepic", "sidepic1","sidepic2", etc.
My only small problem, as you can see on the printcapture in attachment is that the banners are touching themselves. banner 1 is touching banner 2.
Does anyone know how I can have a space between each of them.
Thank you.











