• Hi,

    I made a wrapper page for our wordpress and I include a php file.
    In this file there are some tables that are showing some images in their cells.

    These images are not appearing and instead of them the alt text appears.

    the images are called with this realtive path “images/available.png” and the folder images is in the same folder with the php file which is included.

    I tried different paths full and relatives but nothing work.
    I’m sure that it is a path problem because in a css file which is in the same folder I use some images(also from the same folder) as background and this works.

    I would really appreciate any advice!

    Thanks in advance,
    Dinos

Viewing 1 replies (of 1 total)
  • Hard to tell from your description – link to your site? Paste some code?

    Try these:

    go up a directory and then come down again ../images/available.png

    or

    use <?php bloginfo('template_directory'); ?>/images/available.jpg" />

Viewing 1 replies (of 1 total)
  • The topic ‘wrapper works but doesnt show images’ is closed to new replies.