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>