• Ok so I’ve got the following code:

    <img class=”borderBL” src=”/images/borderBL.gif” width=”10″ height=”10″ />

    This is found in say the header.php or where ever. Now the image is found in the images folder of the css file.

    I don’t want to put the full address for the image, and it’s not showing up in the browser because the path is incorrect.

    Reason I don’t want to put the full address is because this is for a template. I know I can do it as a background in the css file, but trust me that opens a whole can of pain for me.

    I’m doing this on my localhost.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Why not try with the image alongside the css – not in a file ?

    Have you tried changing the address from /images/ to images/? OR just type in the specific address. It has nothing to do with putting an image in the background. If you can use the above, why not go for the full link. Done all the time.

    <img class="borderBL" src="http://www.some-site.com/wordpress/images/borderBL.gif" width="10" height="10" />

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calling Images not working’ is closed to new replies.