Guest Posted November 24, 2007 Posted November 24, 2007 (edited) Hello: I want to add this gadget (http://translate.google.com/translate_tools ) to a right column on each page of my OSC catalog, could anybody tell me how do I possibly achieve this? Where should I add the HTML Google shows me? Thank you very much! yanglu Edited November 24, 2007 by yanglu Quote
Jack_mcs Posted November 24, 2007 Posted November 24, 2007 Take the code they give you and add it like this to the bottom of the includes/column_right.php file <tr> <td align="center"> place google code here </td> </tr> If you want the code somewhere else in the column, place ?> before the above and <?php after it. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted November 24, 2007 Posted November 24, 2007 Take the code they give you and add it like this to the bottom of the includes/column_right.php file<tr> <td align="center"> place google code here </td> </tr> If you want the code somewhere else in the column, place ?> before the above and <?php after it. Jack Thanks a lot! I followed your instruction and it worked fine. But then I found to work properly it had to occupy a w=180&h=75 space which would push off the right column and twist the pages. So I now take it off and will put it on home page only. I know what to do now. Thank you for your help!!!:thumbsup: ;) <_< Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.