Who's Online
We have 127 guests onlineClient Portal Links
Newsletter Subscribe
SEO Blog
-
We Are BackDeZineZone is offering a free, no obligation, no strings attached seminar on October 6th 2010 at 10:00am for the...
-
Joomla! 1.6 UpdateJoomla 1.6 is the next generation of Joomla, the most popular Open Source Content Management System in the world. This...
-
If You Own A Web Site You Should Be BloggingThanks for visiting. Please comment below. With the Google Caffeine Update complete as of June 08-2010 it has become more...
Get Ranked On



| How to make a clickable image |
|
|
|
|
 Register a FREE account Have a question? JOIN OUR FORUM
Visit www.allpestcherished.com (Owned by the author of this tutorial) for all your custom illustrated invitations for baby showers, birthday parties, and much more!
Zencart is a great shopping cart with a lot of functionality, however at some point you may want to offer free items or images that a customer can click on. This tutorial will show you how I to make clickable HTML images and insert them into your Zencart page. Difficulty: Beginner, with basic understanding of resizing images and FTP I will be showing step-by-step how I created a free coloring sheet for my website, http://www.allpetscherished.com/. These free sheets are for personal use only, but they are great for making crafts, keeping the kids busy and you can print out as many as you want.  Step one: Image PreparationStart with the image that you want to click to. Make sure that it is the size you want it, and save it to your folder. Now open it again and resize your image into a thumbnail size using an image resizing program (like Photoshop). I have reduced my image to 120 x 161 with a 72 dpi resolution. Locate both files in your FTP program and upload to your server. We will be coding these next!
Step 2: HTML coding – let’s link it up! ÂThe basic HTML for a clickable picture (picture hyperlink) is: So let’s break this down a bit further so you can see my example. <a>href=”http://www.allpetscherished.com/coloringpages/b_coloring_page.jpg”><img src=http://www.allpetscherished.com/coloringpages/b_coloring_page2.jpg></a> Step 3: Adding that Code to ZenÂCopy the code (CTRL C) and open up your Admin Panel. Create a new category if you haven’t done this already. Mine is called “Free Coloring Pages”. Click on the green circle “e” to edit the category. Make sure you can edit in Text mode.
Then, paste your code (CTRL V) into the categories description box and click Save. Open a browser and go to your site to test. Mine works perfect! http://allpetscherished.com/my_online_store/index.php?main_page=index&cPath=81 Â |









