• Resolved sagive

    (@sagive)


    i am using an HTML template which i want
    to integrate with WordPress..

    this template calls images the reguler way
    img src=”images/icon-1.gif”

    maybe at a later time i would move all to css
    but for now i need to leave it in this mode

    but the images doesent apear becouse this
    is the wrong path..

    i know there is a short url that i can add
    to the tag so it would find the right address

    img src=”<what is this tag>images//icon-1.gif”

    Please help

Viewing 1 replies (of 1 total)
  • Thread Starter sagive

    (@sagive)

    geez.. found it on a different template ??

    here it is for others lost like me

    img src=”<?php bloginfo(‘template_url’); ?>/images/icon-1.gif”

Viewing 1 replies (of 1 total)
  • The topic ‘help with img src’ is closed to new replies.