Forums

How Do I Pad an image in the footer? (2 posts)

  1. justres1
    Member
    Posted 1 year ago #

    Hello,

    I've been trying to add an image to the footer. So far I added this code in the footer.php:

    <div><img src="http://bcoutback.com/add/footer_logo.jpg" width=55 height=55 alt="IcebergFilms logo" align="right" border="0" /></div>

    The image is flush against the top border and I'd like to move it downward. Is there a code I need to implement?

  2. vtxyzzy
    Member
    Posted 1 year ago #

    Add a class to your div and use some css in style.css to give it a top margin.

    <div class="footer_img"><img src="http://bcoutback.com/add/footer_logo.jpg" width=55 height=55 alt="IcebergFilms logo" align="right" border="0" /></div>

    .footer_img { margin-top: 15px; }

Topic Closed

This topic has been closed to new replies.

About this Topic