Forums

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

  1. Aseenus
    Member
    Posted 2 years 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 2 years 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 2 years ago #

    it worked thanx heaps

Topic Closed

This topic has been closed to new replies.

About this Topic