Hi Joomlart,
I was wondering if it is possible to add an image to the header in theme JM_sporty…
I am thinking an image with "free delivery" could be added where the language images is, or just next to them…
Anyone that can help me with this little issue, you can see the theme here: http://outdooradventure.magentodemo.dk/…
Have a great day,
Jonas D. Morbech
Outdoor Adventure
3 answers
Try This . . . .
1. Upload your image to --> skin/frontend/default/your_theme/images/your_image.jpg
2. Open file app/design/frontend/default/your_theme/template/page/html/header.phtml
3. Add this code to the place that you want.
Code:
<a href="Your_link"><img src="<?php echo $this->getSkinUrl('images/your_image.jpg'); ?>" alt=""></a>
Hope That Helps
Hi TomC,
Thank you very much.. I
Glad to be of assistance . . . All the best with your continuing site development.