
Originally Posted by
Mark228
I managed to get rid of the text by the logo.gif and also change the logo and now want to put a banner to the right of it, but cant seem to find instructions how to in the readme.txt file? If you look at my site
www.thegoldmine.co.uk you'll see at the top where it says "goldmine.jpg" in the middle of nowhere lol. Well, it's the following Image (attached to post below) that I am trying to work out how to have it as the main banner up there:
Go to store/includes/templates/TOUR_TEMPLATE/common/tpl_header.php and around line 77 you will notice the div
HTML Code:
<div id="tagline">goldmine.jpg</div>
.
There, you have inserted the name of the image and not the image itself. Upload your image to eg. the images folder and then point to your image as following:
HTML Code:
<img src="http://www.yourwebsite/store/images/yourimage.gif" alt="yourimagename" />
I hope this helps
Bookmarks