Hi, thank you very much for your replies, this had led me to go through it with a fine tooth comb and now I have managed to get the images showing on my main site, so panic over for me....thank you.
But I dont know if this is the correct way to do it, and I like to know it is set up right, and just thought I would show you what I did to see if you have any comments.
I have
2 subdomain websites which both run off the same script, the images work
OK using (what came with the script)
<img src="{$image_dir}blue_box.gif" alt="" /> and the images are stored at
public_html/templates/default2/images.
Main Site
Top level public_htmlImages will
ONLY show if I put them in the
public_html/Images folder (NOW the
SAME level as the
templates folder
not within it). I also had to change the paths in the files to be
<img src="images/blue_hor2.jpg"> in order for them to display correctly.
I am happy to leave it as it is. But if this is not the correct way it is always nice to know.
I expect sub-domains will run off different paths etc, but I wondered if I might need to change something in the config file or htaccess.
Anyway, thanks again for your help.