• My banner doesn’t show at all on my site: https://www.superiorsoundco.com/wordpress/

    I know I’ve got the right path, the image is in the image folder, and everything’s spelled right in the HTML & CSS …

    CSS
    #banner {
    margin: 5px 0px 0px 115px;
    }

    HTML
    <div class=”banner”><img src=”images/banner2.png” /></div><!– /banner –>

Viewing 1 replies (of 1 total)
  • If images/banner2.png is in your template directory you should use something like this:

    <img src="<?php bloginfo('template_url'); ?>/images/banner2.png" alt="banner" >
Viewing 1 replies (of 1 total)
  • The topic ‘Banner Doesn’t Show?’ is closed to new replies.