This is a discussion on Can I change size of Geotrust box image? within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Hi, I am trying to install the geotrust.php box, and the image that the javascript creates is too large and ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, I am trying to install the geotrust.php box, and the image that the javascript creates is too large and messes up my templates, and I dont know enough program lang to mod this, or even know if I can, here is the code, anyone that knows more code than I, if you could please tell me what needs to be added to control the size of the output. thanks Doug Code: <tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_GEOTRUST );
new infoBoxHeading($info_box_contents, false, false);
$info_box_contents = array();
$info_box_contents[] = array('align' => 'center', 'text' => '<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->');
new infoBox($info_box_contents);
?>
</td></tr>
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change the image size on product page? | groggory | osCMax v2 Customization/Mods | 1 | 02-08-2006 07:06 PM |
| Set Product Page Image Size | groggory | osCMax v2 Customization/Mods | 0 | 01-22-2006 04:52 PM |
| image size | Anonymous | osCMax v1.7 Discussion | 0 | 04-15-2004 06:15 PM |
| Auto size header image | FlipC | osCMax v1.7 Discussion | 0 | 11-29-2003 03:20 PM |
| calculate image size? | sheikyerbouti | osCommerce 2.2 Modification Help | 1 | 11-17-2002 08:37 AM |