Forums

[resolved] Problem adding div + image into sidebar, Help please :( (3 posts)

  1. Aseenus
    Member
    Posted 1 month ago #

    Ok so I have got this in my sidebar.php

    <div id="sidebar">
    <div id="twitter">
    <img src="images/twitter.gif">
    </div>
    </div>

    When I add it my sidebar, no image appears, help please

  2. stvwlf
    Member
    Posted 1 month ago #

    You are not giving enough of a filepath for the image. Is it in the images folder of your theme? if so try this

    <img src="<?php bloginfo('template_directory'); ?>/images/twitter.gif">

  3. Aseenus
    Member
    Posted 1 month ago #

    it worked thanx heaps

Reply

You must log in to post.

About this Topic