Just changed over to CGI from PHP due to webhost memory utilization problems. Everything is re-indexed and lives in cgi_bin. Search function works well ... except one nagging detail.
www.lindseywilliams.org (Click "Search Lin's Website" in left frame, or use the search box in the top frame.)
The graphics in my "search_template.html" refuse to display. I've checked/double/triple checked to make sure they're linked correctly (using DW CS4.)
The Zoom Indexer Icon and the CSS body background no longer show.
* * *
body {
background-image: url(pix/Lin-Background-1.gif);
background-repeat: repeat-y;
border: 3px solid #A0ADA0;
}
* * *
<p align="center"><a href="http://www.wrensoft.com/zoom/" target="_blank"><img src="pix/Zoom_icon66x33x16.gif" alt="Zoom Indexer Icon" width="64" height="33" border="5" align="absmiddle"></a></p>
I've figured this might be related to permissions, so I liberalized these to 755 for the few involved files and "pix" subdirectory. No joy.
Couldn't find an answer after searching the forums. I'm betting I'm missing something really obvious, but those tend to be the easiest things for me to miss.
www.lindseywilliams.org (Click "Search Lin's Website" in left frame, or use the search box in the top frame.)
The graphics in my "search_template.html" refuse to display. I've checked/double/triple checked to make sure they're linked correctly (using DW CS4.)
The Zoom Indexer Icon and the CSS body background no longer show.
* * *
body {
background-image: url(pix/Lin-Background-1.gif);
background-repeat: repeat-y;
border: 3px solid #A0ADA0;
}
* * *
<p align="center"><a href="http://www.wrensoft.com/zoom/" target="_blank"><img src="pix/Zoom_icon66x33x16.gif" alt="Zoom Indexer Icon" width="64" height="33" border="5" align="absmiddle"></a></p>
I've figured this might be related to permissions, so I liberalized these to 755 for the few involved files and "pix" subdirectory. No joy.
Couldn't find an answer after searching the forums. I'm betting I'm missing something really obvious, but those tend to be the easiest things for me to miss.
Comment