Community Add-Ons
| Maintainers: | Nathali |
install standard SSL logo image on left/right column
for osCommerce Online Merchant v2.2
This contribution will help you to install standard SSL logo image on left/right column.
All THE CREDIT goes to Germ (Jim) who wrote the code for it ! Thanks Jim !
I only upload the code to help others to install it quick and simple !
Installation:
--------------
1. If you want it on the left side of the page, that means it goes in your column_right.php, under the currencies box. (root/includes/column_right.php)
2. Just add the code below to the end of the file, AFTER the ?>
code:
<tr><td>
INSERT YOUR HTML image link FOR THE LOGO HERE
</td></tr>
for example:
<tr><td>
<img src="images/rapidssl_ssl_certificate.gif" border="0" alt="xxxxx" title="xxxxxx">
</td></tr>
Note:
-You'll need to change the "alt" and "title" text to what you want.
-Also upload the logo image to your images directory, and change the image name to fit yours !
Thats it !!
If you want the image to be centered up in the column, just change the line above it that it will look like this:
Example:
<tr><td align="center">
<img src="images/rapidssl_ssl_certificate.gif" border="0" alt="xxxxx" title="xxxxxx">
</td></tr>
All done !!
No file to download !
This contribution will help you to install standard SSL logo image on left/right column.
All THE CREDIT goes to Germ (Jim) who wrote the code for it ! Thanks Jim !
I only upload the code to help others to install it quick and simple !
Installation:
--------------
1. If you want it on the left side of the page, that means it goes in your column_right.php, under the currencies box. (root/includes/column_right.php)
2. Just add the code below to the end of the file, AFTER the ?>
code:
<tr><td>
INSERT YOUR HTML image link FOR THE LOGO HERE
</td></tr>
for example:
<tr><td>
<img src="images/rapidssl_ssl_certificate.gif" border="0" alt="xxxxx" title="xxxxxx">
</td></tr>
Note:
-You'll need to change the "alt" and "title" text to what you want.
-Also upload the logo image to your images directory, and change the image name to fit yours !
Thats it !!
If you want the image to be centered up in the column, just change the line above it that it will look like this:
Example:
<tr><td align="center">
<img src="images/rapidssl_ssl_certificate.gif" border="0" alt="xxxxx" title="xxxxxx">
</td></tr>
All done !!
No file to download !
