worldheadja Posted March 6, 2006 Posted March 6, 2006 Hi i want to link the three large images 1. View Portfolio: I know nothing about php so i dont know how to create a new page to add my images for display. (i changes the image that came with the template but its currently link to the sample products that came with the template which i already deleted). 2. 3 Hour Design: i would like to know how to i set this iage to be linked to a product. 3. Full House Special: i would like to know hot do i link this image to several products. (is this possible? even if i must create a category for it) for reference: this is my current website..... http://www.aventdesigns.com/index.php this is the way the template looked when i bought it..... http://osc.template-help.com/9587/index.php Please i keep running into walls and i wanted to launch my site last month but i can't get everything to work they way i want.
Wendy James Posted March 6, 2006 Posted March 6, 2006 How you link it all depends on where you are linking it from. One example to link to a product would be <a href="<?php echo tep_href_link('product_info.php','cPath=42&products_id=112'); ?>">Brochure</a> That links to your Design Services, Brochure product. To link to the Design Services category it would be <a href="<?php echo tep_href_link('product_info.php','cPath=42'); ?>">Brochure</a> To find out what the links are easily, just go to your site and click on the link you want and then look in your address bar at the top of your browser. Those links are for in HTML areas of code, not php. That is a bit more complicated and for me (maybe not others) I would need to see what I was working with (the code where it needed to be added) to be able to help you there. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.