Hey there
Am a bit of a newbie to this software so here's the qs
Have a webpage with all the catalog files preset up.
I want to add an image to the section containing the product description and link from that image. Currently i have this code in it!
----------------------------------------
!!<
<br>Parallel ATA (Parallel Advanced Technology Attachment or PATA) is a standard for connecting hard drives into computer systems. As its name implies, PATA is based on parallel signaling technology. Most new motherboards accept both parallel ATA and serial ATA.
</br>
<a href="WEBSITE ADDRESS OF IMAGE">
<img border="0" src="WEBSITE ADDRESS OF IMAGE" width="200" height="145">
</a>
>!!
-----------------------------------------
Ideally what i want is the description then 3 images underneath when clicked on link to full size image on another page. Theses pics can be stored either in catalog or on server not bothered which.
All i'm getting at the mo is the www.address.com/catalog/wwww.image address.com
so any help would be appreciated!
paddy
Am a bit of a newbie to this software so here's the qs
Have a webpage with all the catalog files preset up.
I want to add an image to the section containing the product description and link from that image. Currently i have this code in it!
----------------------------------------
!!<
<br>Parallel ATA (Parallel Advanced Technology Attachment or PATA) is a standard for connecting hard drives into computer systems. As its name implies, PATA is based on parallel signaling technology. Most new motherboards accept both parallel ATA and serial ATA.
</br>
<a href="WEBSITE ADDRESS OF IMAGE">
<img border="0" src="WEBSITE ADDRESS OF IMAGE" width="200" height="145">
</a>
>!!
-----------------------------------------
Ideally what i want is the description then 3 images underneath when clicked on link to full size image on another page. Theses pics can be stored either in catalog or on server not bothered which.
All i'm getting at the mo is the www.address.com/catalog/wwww.image address.com
so any help would be appreciated!
paddy
Comment