Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Next and Previous Buttons.  (Read 3340 times)

0 Members and 1 Guest are viewing this topic.

Psy

    Topic Starter


    Rookie
    Next and Previous Buttons.
    « on: December 02, 2007, 06:19:44 PM »
    Hi I have a load of pictures made up into a table.
    when you click the images they enlarge to full size.

    How can I add "NEXT" and "PREVIOUS" buttons to the enlarged copies so the users can scroll between without having to go back and forth to the table?

    Thanks

    Psy
    Psy.. Genius at work!

    michaewlewis



      Intermediate
    • Thanked: 26
      • Yes
      • Yes
    • Experience: Expert
    • OS: Unknown
    Re: Next and Previous Buttons.
    « Reply #1 on: December 04, 2007, 12:58:13 AM »
    Code: [Select]
    <a href="pic01.html">Back</a>
    <a href="pic03.html">Forward</a>
    <img src="pic02.jpg>

    You could create a page for each picture.... or write a php program to create the page for you. ;)

    Psy

      Topic Starter


      Rookie
      Re: Next and Previous Buttons.
      « Reply #2 on: December 04, 2007, 08:16:49 AM »
      write a php program? lol bit out of my league currently!

      I might have to do the seperate page for each picture:(
      Psy.. Genius at work!

      Astoria



        Intermediate

        Re: Next and Previous Buttons.
        « Reply #3 on: December 12, 2007, 11:17:19 PM »
        write a php program? lol bit out of my league currently!

        I might have to do the seperate page for each picture:(

        I'm telling you, learn PHP (it's really not that hard!) and you'll save yourself a ton of work!