• Resolved aseenus

    (@aseenus)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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”>

    Thread Starter aseenus

    (@aseenus)

    it worked thanx heaps

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem adding div image into sidebar, Help please :(’ is closed to new replies.