allnaturaldmt Posted November 8, 2008 Share Posted November 8, 2008 Hey, http://xtrpowersports.com/cart/index.php?cPath=29 On this page, there is an image that has only a path (no file name ie - www.images.com/) as the embedded thing... In FF it looks fine, but in IE its a big broken image. Anyone know how to change the stock image that is displayed on the browse products page? Link to comment Share on other sites More sharing options...
Guest Posted November 8, 2008 Share Posted November 8, 2008 This is taken from your source code. <td align="right"><img src="images/" border="0" alt="Browse Products" title=" Browse Products " width="149" height="99"></td> Both browsers are displaying the alt text for the missing pic,"Browse Products". IE is still displaying the broken image while FF ignores it. Either put the image back in or remove the call for the image. Link to comment Share on other sites More sharing options...
allnaturaldmt Posted November 9, 2008 Author Share Posted November 9, 2008 I know where it is that its sitting, but I dunno where in the template or the osCommerce backend I can change that image. It's set to just image/ not an actual image. Anyone have any ideas where to get rid of that in the templates or thru the backend? Thanks Link to comment Share on other sites More sharing options...
rescuestat Posted November 10, 2008 Share Posted November 10, 2008 I know where it is that its sitting, but I dunno where in the template or the osCommerce backend I can change that image. It's set to just image/ not an actual image. Anyone have any ideas where to get rid of that in the templates or thru the backend? Thanks As bktrain found the offending code above. This is in one of two files, either(if your website is installed in the /catalog directory) in the /catalog/index.php OR in the /catalog/languages/english/index.php files<--more likely this one. Do a search for & remove <img src="images/" border="0" alt="Browse Products" title=" Browse Products " width="149" height="99"> Frank Link to comment Share on other sites More sharing options...
allnaturaldmt Posted November 12, 2008 Author Share Posted November 12, 2008 well its not just sitting in that file anywhere... Anyone else have any idea how to change this image or remove it? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.