We upgraded to WSS v3 and when we do a search, no icons are showing up
next to the results. The results still work but the images to the
left do not show up. I noticed in the html of the search results page
that the img src tag for the icon is empty (""). See the source below
as an example of the returned html.
<span class="srch-Icon">
<a href="path to result" id="CSR_IMG_1" title="path to result">
<img align="absmiddle" src="" border="0" alt="Item icon" />
</a>
</span>
Our test environment does not have any issues. Also, I have verified
that the necessary images are in _layouts/images. Finally, I was able
to open up one of the images such as _layouts/images/STS_List16.gif
directly in the address bar. Anyone have any ideas how to fix this?
This looks really bad to the end user.
Thanks,
Steve