Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Help with photo gallery, I'm so lost.
Old 12-22-2007, 01:06 AM Help with photo gallery, I'm so lost.
Junior Talker

Posts: 2
Name: Kitty
Trades: 0
First off, I'm so new at this it isn't even funny. I found a template for a photo gallery and I seem to have most of it in working order. Clicking on the thumbnail bring to to the right picture, but... the next and previous buttons on the large viewer of the photo gallery aren't hooked up and I don't know how to do that.

Code:
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Photo Archive - Kel</title>
<link href="gallery.css" rel="stylesheet" type="text/css" />
</head>
<body> 
<div id="wrap"> 
  <div id="header"> 
    <h1></h1> 
  </div> 
  <div id="main-content"> 
    <div id="fullplate-photo"> 
      <h2>An old photo of Kel and Elena back at Area KE-13. The experimental facility they both grew up in.</h2> 
      <img src="images/kelelenalabB.jpg" alt="fullplate photo" width="600" height="420" /> </div> 
  </div> 
  <ul id="fullplate-navigation"> 
    <li id="previous"><a href="#" title="previous"> &laquo;</a></li> 
    <li id="thumbnails"><a href="kelphotos.html" title="thumbnail gallery">thumbs</a></li> 
    <li id="next"><a href="#" title="next">&raquo;</a></li> 
  </ul> 
  <div id="foot"> 
    <p></p> 
  </div> 
</div> 
</body>
</html>
I want it to be able to scroll through the photos in the gallery by using the next button, but am unsure how to do that.

Any help would be greatly appreciated. Thanks.
MissKitty680 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-22-2007, 02:01 AM Re: Help with photo gallery, I'm so lost.
Moxxnixx's Avatar
King Spam Talker

Posts: 1,174
Name: Lance
Location: Virginia Beach
Trades: 0
Since this is html, you will need to insert the actual url of each previous and next photo page in place of the "#" characters.

For example,
<a href="#" title="previous">
becomes <a href="photo-A.html" title="previous">
and
<a href="#" title="next">
becomes <a href="photo-C.html" title="next">
__________________
Get your facts first, and then you can distort them as much as you please. - Mark Twain

Please login or register to view this content. Registration is FREE
---

Please login or register to view this content. Registration is FREE

All My Sites Are Proudly Hosted @
Please login or register to view this content. Registration is FREE


Last edited by Moxxnixx; 12-22-2007 at 02:06 AM..
Moxxnixx is offline
Reply With Quote
View Public Profile Visit Moxxnixx's homepage!
 
Old 12-22-2007, 02:22 AM Re: Help with photo gallery, I'm so lost.
Junior Talker

Posts: 2
Name: Kitty
Trades: 0
is there any way to get a similar effect using a differnt type of coding?

I wanted to make several galleries with about 40 slides per gallery. They need to be able to be veiwed one at a time like in the code above, with a next and previous button and have a large space for description (though I would prefer it be at the bottom rather then the top).

thanks so much.
MissKitty680 is offline
Reply With Quote
View Public Profile
 
Old 12-22-2007, 02:35 AM Re: Help with photo gallery, I'm so lost.
Moxxnixx's Avatar
King Spam Talker

Posts: 1,174
Name: Lance
Location: Virginia Beach
Trades: 0
Sure, take your pick. There's php, asp, cgi/perl, flash, etc.

There are plenty of pre-made scripts to use, such as Coppermine Gallery.
__________________
Get your facts first, and then you can distort them as much as you please. - Mark Twain

Please login or register to view this content. Registration is FREE
---

Please login or register to view this content. Registration is FREE

All My Sites Are Proudly Hosted @
Please login or register to view this content. Registration is FREE

Moxxnixx is offline
Reply With Quote
View Public Profile Visit Moxxnixx's homepage!
 
Old 12-22-2007, 10:39 AM Re: Help with photo gallery, I'm so lost.
Gx3 Grafix's Avatar
smile

Posts: 1,530
Name: Kimberly
Location: Houston, TX
Trades: 14
That a good one. Also, you may want to check out this 'sticky' posted by LnR in the website design forum. 30 solutions for image galleries. It's a great link.
__________________

Please login or register to view this content. Registration is FREE
Parents Magazine Cover Contest
Gx3 Grafix is offline
Reply With Quote
View Public Profile Visit Gx3 Grafix's homepage!
 
Old 12-24-2007, 12:43 PM Re: Help with photo gallery, I'm so lost.
Novice Talker

Posts: 10
Trades: 0
Zenphoto.org is a great image gallery, i installed in like 5 mins, its a peach
levista is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help with photo gallery, I'm so lost.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.27417 seconds with 12 queries