Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why doesn't the image appear?


Guest

Recommended Posts

Why doesn't the image appear?

I assume something is wrong in the html code in this line href="http://www.geotrust.com/" target="_blank"> <img src="quickssl_anim.gif" alt="GeoTrust" width="115" height="55" align="middle"></a></td>')

<!-- information //-->

          <tr>

            <td>

<?php

  $info_box_contents = array();

  $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);

 

  new infoBoxHeading($info_box_contents, false, false);

 

  $info_box_contents = array();

  $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .

                                        '<a href="' . tep_href_link(FILENAME_BANK) . '">' . BOX_INFORMATION_BANK . '</a><br>' .

          '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .

                                        '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .

                                        '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br><br>' .

                                        'Online Craft secure pages use 128 bit SSL encryption<br>

            <a href="http://www.geotrust.com/" target="_blank"> <img src="quickssl_anim.gif" alt="GeoTrust" width="115" height="55" align="middle"></a></td>');

  new infoBox($info_box_contents);

?>

          </td>

          </tr>

<!-- information_eof //-->

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...