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