I am customizing the default theme provided with roundcube. however i am facing problems while adding image in my template. the image is inside the images folder inside mytheme. i want to add that image using an img tag but i just cant figure out how.
I have already tried these paths..none of them are working.
/images/myimage.png
../images/myimage.png
http://local.mysite.com/images/myimage.png
How can i insert an image residing on my own server using img tag?