Sloane Posted November 3, 2009 Posted November 3, 2009 Hi I have been trying all afternoon to fix this and I am stuck. I have a commodo SSL. I have created a new info box in which to place their SEAL, I have copied and pasted the information they gave my into my newly created box - security.php and added it to the right hand column. The image is in my images file. For some reason the image is just coming up as the blue square with the white question mark - please see www.elevenmagnum.com.au/store It is linking back to the commodo site when I click on it but I have NO IDEA how to make the seal visible. The code below is from boxes/security.php I would greatly appreciate your help. Thanks Sloane <?php /* $Id: information.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ ?> <!-- information //--> <tr> <td> <a href="http://www.PositiveSSL.com" style="font-family: arial; font-size: 10px; text-decoration: none;"><img src="PositiveSSL_tl_trans.gif" alt="SSL Certificate Authority" title="SSL Certificate Authority" border="0" /><br />SSL Certificate Authority</a> </td> </tr> <!-- information_eof //-->
usernamenone Posted November 3, 2009 Posted November 3, 2009 You have neglected to add the directory of your images to your image <img src="Add here where your image is/PositiveSSL_tl_trans.gif"
Sloane Posted November 3, 2009 Author Posted November 3, 2009 Thanks I have changed it to this but it is not working. <img src = ' . tep_image(DIRECT_WS_IMAGES . 'PositiveSSL_tl_trans.gif' I am clearly not adding the directory location correctly but I don't know how to write the code. I am a total newbie - PRETTY OBVIOUS - Huh. Thanks again for any further assistance
Sloane Posted November 3, 2009 Author Posted November 3, 2009 Okay I have changed it now to <img src="https://elevenmagnum.com.au/store/images/PositiveSSL_tl_trans.gif" but still no good. An other suggestions?
jigga1234 Posted November 3, 2009 Posted November 3, 2009 img src="images/PositiveSSL_tl_trans.gif" img src="store/images/PositiveSSL_tl_trans.gif" it depends on what path you have chosen in your configure.php file (includes)
Sloane Posted November 3, 2009 Author Posted November 3, 2009 Thanks so much for the tip. I have tried both options but it is still not working. Is there any thing else I shpuld look for??
multimixer Posted November 3, 2009 Posted November 3, 2009 Thanks I have changed it to this but it is not working. <img src = ' . tep_image(DIRECT_WS_IMAGES . 'PositiveSSL_tl_trans.gif' I am clearly not adding the directory location correctly but I don't know how to write the code. I am a total newbie - PRETTY OBVIOUS - Huh. Thanks again for any further assistance tep_image(DIR_WS_IMAGES . 'PositiveSSL_tl_trans.gif') My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Sloane Posted November 3, 2009 Author Posted November 3, 2009 PROBLEM SOLVED The information provided by usernameone and jigga1234 was correct and great. Thanks alot. I discovered that I have not completely remamed all parts of the box after duplicating the information box. This was causing the confusion. Thanks to all for the help and support
Recommended Posts
Archived
This topic is now archived and is closed to further replies.