Jump to content

Banner not showing above my footer on frontpage 1.6


Recommended Posts

I want a temporary advertising banner in the footer just above the information block.

The alt name i gave is showing on the website down in the left corner only the banner not. What goes wrong?  I tried different places for the .gif like in root, img folder , with the /www  infront and without , same result every time !

 

 

http://www.scooterdumper.nl/

 

Here the code which i put in the footer.tpl

 

</div><!-- .columns-container -->
            <!-- Footer -->
            <img scr=/www/img/"deal.gif" alt="50-50 deal" height="90"width="728">
            <div class="footer-container">
                <footer id="footer"  class="container">
                    <div class="row">{$HOOK_FOOTER}</div>
                </footer>
            </div><!-- #footer -->
        </div><!-- #page -->

 

 

 

Link to comment
Share on other sites

I changed it now to:

 

Named the image to 5050.gif and put in root dir.

 

<!-- Footer -->
            <img scr="5050.gif" alt="50-50 deal" height="90"width="728">
            <div class="footer-container">
                <footer id="footer"  class="container">
                    <div class="row">{$HOOK_FOOTER}</div>

 

When i look at http://scooterdumper.nl/5050.gif    then it shows the banner.

But not in the footer only the alt name.

 

 

I tried the whole URL , still the same.

Link to comment
Share on other sites

×
×
  • Create New...