Results 1 to 4 of 4

Thread: Help needed linking image to the page???
      
   

  1. #1
    helena32 is offline Private
    Join Date
    Jul 2007
    Location
    Belguim
    Posts
    2

    Question Help needed linking image to the page???

    Hi, i am having a trouble to linking image to the page. if i have a product image and if you click on it,it should open a new window with bigger image and product information and buy now button. How i have to do that? Can anyone please help me with that?

    thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Help needed linking image to the page???

    Hi, create a page with your enlarged image & any other details that you want to see like Buy now buttons & so on. Place all these details in the top left of the page & don’t center. Publish the page.

    Now go to your page with the small image & d/click on the image. Go to the link tab & enter the code bellow with your details in the URL box & press OK.

    Change the Google part to the page you just published.
    Set the h/w you would like by changing the 500x500 part.
    The left & top part is the distance from top & left side of your screen. 150X250.

    HTML Code:
    #" onClick="window.open('http://www.google.co.uk', '','width=500,height=500,left=150,top=50'); return false;"

  3. #3
    helena32 is offline Private
    Join Date
    Jul 2007
    Location
    Belguim
    Posts
    2

    Default Re: Help needed linking image to the page???

    Thanks Chris! it worked

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49