Logician dear man
Plese advise about images in the templates.
Obviously I can hard code with a full site link
http://www.mysite.com/pics/imagefile.jpg
But isn't it better for loading to use relative links?
If I knew where the webtemplate pages are saved I could create a subdirectory in that directory for my pics. Then my image links could be
../pics/imagefile.jpg
which is quicker neater coding.
If you tell me I'm making an unnecessary fuss and just using a full site URL
http://www.mysite.com/pics/imagefile.jpg
then I will do that.