I'm either trying to do the impossible or being stupid, either way, I'm driving myself nuts:
If I want to dispaly an image from a sub folder called icons in my root directory (its called public_html) then I am using this code and it works fine:
<img src="./icons/myicon.jpg">
However, when I have moved this all into a sub domain (i.e. all - including the folder "icons" - into another folder called subdomain) and use the same code it doesn't work. it does if I use a full url e.g.:
<img src="http://subdomain.mywebsite.com/icons/myicon.jpg">
but that seems crazy to have to do that.
Not sure if that makes sense. Say if not, and I'll try to switch off dsylexic mode.
Cheers
Keith
