nursers Posted November 16, 2005 Posted November 16, 2005 Hi there, I'd like to insert my Secure Certificate provider's image (a gif) in either the right or left columns. I've looked at both the right and left php files but can't see a html component - how do I insert an image in either of those areas? Many thanks David
Marg Posted November 16, 2005 Posted November 16, 2005 In column left or right add the following to where ever you want the graphic to show: <tr><td><yourimagestuff></td></tr>
nursers Posted November 16, 2005 Author Posted November 16, 2005 In column left or right add the following to where ever you want the graphic to show:<tr><td><yourimagestuff></td></tr> Thank you so much Marg! Will try that.
nursers Posted November 16, 2005 Author Posted November 16, 2005 Thank you so much Marg! Will try that. Sorry - that didn't seem to work. I inserted: <tr><td><img src=http://www.mydomain.com/secure_site.gif></td></tr> but received the following error when the page loads: Parse error: parse error, unexpected '<' in /usr/www/users/xxx/shop/catalog/includes/column_right.php on line 47 Any ideas? Many thanks David
Marg Posted November 16, 2005 Posted November 16, 2005 Could you show me exactly what you put there? pm me if you'd prefer Marg
GHWEB Informatique Posted November 16, 2005 Posted November 16, 2005 Sorry - that didn't seem to work. I inserted: <tr><td><img src=http://www.mydomain.com/secure_site.gif></td></tr> but received the following error when the page loads: Parse error: parse error, unexpected '<' in /usr/www/users/xxx/shop/catalog/includes/column_right.php on line 47 Any ideas? Many thanks David Your code is HTML... You must insert it after ?> . Kind regards Ga?tan Hermann
nursers Posted November 16, 2005 Author Posted November 16, 2005 Your code is HTML... You must insert it after ?> . Kind regards Ga?tan Hermann That worked perfectly - thanks so much to you both!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.