Hmm... I need to find out myself. I don't know what is the answer to your question. I'll do some research and get back to you if I find an answer. You should email the people at iPage as they probably know..
Arcadiauk,.
I see what you are saying about the file name, BUT that is not the name of my graphic nor is it what I changed that information to..
I guess what I am asking you is... what is the name of the file and where is it's location so I can fix the dead graphic link?.
I changed it in the index.php file located under catalog/includes/languages/english but since that didn't fix it, I must be looking at the wrong file..
Thanks.
Kim..
A couple things are happening:.
Zimgldlo.jpg is the image that the index page is calling and you are referencing a completely different file name, so....
Move or upload a copy of 'zfclogo.jpg' to your catalog directory and rename it "Zimgldlo.jpg". For whatever reason, you seem to have set your image directory to your catalog directory. I think you should change it to a folder IN your catalog directory but whatever is easy for you. If you upload that image to your catalog directory (or move it from /languages/english) you will be fine...
I presume you are talking about the graphic to the right of where it says "Welcome to our store"..
This graphic can be found in /catalog/index.php at this point around line 291.
This graphic is normally called 'table_background_default.gif'.
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">.
<tr>.
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">.
<tr>.
<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>.
<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>.
</tr>.
</table></td>.
I hope this is what you wanted to know..
Derek..
Well, I am confused. I looked at the location you stated Arcadiauk and that still didnt fix it. SO, I decided to try what kepa had suggested at that did work..
The problem is I would really like to know what file is controlling that page..
I know that the text I added to the page WAS located at catalog/includes/languages/english/index.php. AND, I saw a place that looked like the location for defining that graphic name. BUT, unfortunately, that didnt change the name in the source code..
SO, it is working now, but I still dont understand where that information is coming from..
Kim..
Sorry if I confused you, I confuse myself sometimes..
Glad you got it sorted in the end.
Derek..
I have osCommerce loaded on a iPage site for my client..
Http://www.zimmerchi...ic.com/catalog/.
I have been able to make some changes to the home page of the online store which you can see by the added text. BUT, when I try to get rid of that red X for the missing graphic link, I cannot find it. It looks like the file is located....
Catalog/includes/languages/english/index.php.
But when I make a change to the line..
Define('TABLE_HEADING_IMAGE', 'zfclogo.jpg');.
... it doesnt makea change to the live site..
I know the graphic is there because if I go to.
Http://www.zimmerchiropractic.com/catalog/...ish/zfclogo.jpg.
It brings up the logo..
Does anyone have any suggestions?.
Thank you for your time,.
Kim Huff..
The url to the image is.
Http://zimmerchiropr...og/Zimgldlo.jpg.
And the image file name is zimgldlo.jpg..
The capital letter Z is your problem, case is sensitive on unix servers..
Do a "right click" on the red.
X.
And look at the properties..
Hope this helps.
Derek..

