Announcement

Collapse
No announcement yet.

Act_BrochurePrimary.html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Act_BrochurePrimary.html

    Hi,
    I have a test website which doesn't run cgi scripts yet but the basic html and images do work,

    http://www.darren-gray.co.uk/P_index.html

    can anybody tell me how to use the images down the sides as links to the relevant products.

    ie i would like to linke the ACER Laptop Picture to

    http://www.darren-gray.co.uk/Notebooks___Laptops.html

    i use dreamweaver but dont know how to set up a hyperlink on a picture

    #2
    You would insert the code something as follows:

    Code:
    <a href="http://www.site.co.uk/acatalog/target_page.html"><img src="picture.jpg" alt="see my target page" border="0" height="x" width="y"></a>
    where "x" and "y" are replaced for the width of the image (in pixels)


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      In Dreamweaver simply click on the image and then enter the URL into the link box in the property bar - you can also add the ALT text there also. I often find it best to have the actual URL open in a browser and then copy and paste into Dreamweaver to save on the typos


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Thankyou Very Much

        Comment

        Working...
        X