This topic is locked

Header.php Where should images be stored?

10/26/2009 9:09:33 PM
PHPRunner General questions
B
beachldy author

Having a whale of a time finding out why images from my Header.php aren't showing up. Had them up once and edited the header page and all gone now.
Where should the images (.jpg) files be stored of the header.php page?

Sergey Kornilov admin 10/27/2009

Images can be stored anywhere (images directory, output directory etc). It's all about referencing images the right way.
The recommended way is to use 'Insert image' button in Visual Editor to add images to header/footer. In this case images are copied to 'images' directory and links are inserted as images/filename.jpg.

B
beachldy author 10/27/2009

Found out the problem....the location had to be manually changed to include the "/output" folder. I noticed that it doesn't get added automatically either when you set your website URL....Wonder why the /output folder has to be added manually everywhere?

J
Jane 10/28/2009

Hi,
I'm not sure that I understand your question.

Where do you add /output?