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
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
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">
it worked thanx heaps
This topic has been closed to new replies.