Reply
Best photo gallery for CSS website
Old 05-24-2006, 09:47 PM Best photo gallery for CSS website
RNPoo7's Avatar
Extreme Talker

Posts: 237
Ok guys, I am almost finished with my new site and need to find out what's a good tool to use to add photo's to the site.

There is a "photo gallery" page that I would like to use to add photo's and probably write captions for some of them.


If this helps, it's www.greenvillecopts.org/test

It's under "Youth" and then "Photo Gallery"

Thanks
RNPoo7 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-24-2006, 10:24 PM Re: Best photo gallery for CSS website
steveedge's Avatar
Skilled Talker

Posts: 54
Location: Atlanta
The web automated galleries in Photoshop are my first choice. You can have your galleries up in a snap. You can also customize the templates. Nice lookin site.
__________________
Steve Edge
http://cafeedge.com
Web Hosting, Design, Cheap Domain Names
steveedge is offline
Reply With Quote
View Public Profile Visit steveedge's homepage!
 
Old 05-24-2006, 10:27 PM Re: Best photo gallery for CSS website
RNPoo7's Avatar
Extreme Talker

Posts: 237
Quote:
Originally Posted by steveedge
The web automated galleries in Photoshop are my first choice. You can have your galleries up in a snap. You can also customize the templates. Nice lookin site.
Any tutorials on this? I am a noob when it comes to photoshop

edit, nevermind, I see it. I am going to mess with it and see what I get
Thanks

Still taking ideas though
__________________
I work on Turbo'd Honda's for fun :)

Last edited by RNPoo7 : 05-24-2006 at 10:29 PM.
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Old 05-24-2006, 10:43 PM Re: Best photo gallery for CSS website
steveedge's Avatar
Skilled Talker

Posts: 54
Location: Atlanta
It's so easy you will freak. The "simple" template would work well on your site because your site has a clean look and remember you can go into your PS presets folder find web templates, don't alter original though make a copy then alter the HTML to suit your site.
Good luck.
__________________
Steve Edge
http://cafeedge.com
Web Hosting, Design, Cheap Domain Names
steveedge is offline
Reply With Quote
View Public Profile Visit steveedge's homepage!
 
Old 05-24-2006, 10:51 PM Re: Best photo gallery for CSS website
RNPoo7's Avatar
Extreme Talker

Posts: 237
I like it a lot for now.

But I have a question.
PS creates an index file and a iframe file

How do Implent that in my website since i already have an index file?
__________________
I work on Turbo'd Honda's for fun :)
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Old 05-24-2006, 11:05 PM Re: Best photo gallery for CSS website
blue-dreamer's Avatar
Webmaster Talker

Posts: 708
Location: Middle England
http://gallery.menalto.com uses CSS templates
blue-dreamer is offline
Reply With Quote
View Public Profile
 
Old 05-24-2006, 11:15 PM Re: Best photo gallery for CSS website
RNPoo7's Avatar
Extreme Talker

Posts: 237
I uploaded the following folders that PS created:
"images"
"thumbnails"
"pages"

And the following html files
"index.html"
"ThumbnailFrame"

I placed all of those in a folder called gallery
www.greenvillecopts.org/test/gallery

I need this photo gallery to appear in
http://greenvillecopts.org/test/photogal.html


Can tips or advice? What am I missing? :scartches head:
__________________
I work on Turbo'd Honda's for fun :)
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 12:04 AM Re: Best photo gallery for CSS website
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Wireless Audio
Posts: 2,320
Name: Keith Marshall
Location: West Hartford, CT
Keep the gallery images and pages where they are now, and add this to the page you want it to display in. (Quick and easy fix!):

HTML Code:
<table border="0">
  <tr>
    <td>
      <iframe src="http://www.greenvillecopts.org/test/gallery/pages/Picture 020.html" name="Top Frame" style="width: 430px; height: 500px;"></iframe>
    </td>
  </tr>
  <tr>
    <td>
      <iframe src="http://www.greenvillecopts.org/test/gallery/ThumbnailFrame.html" name="Bottom Frame" style="width: 430px; height: 120px;" scrolling="yes"></iframe>
    </td>
  </tr>
</table>
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 12:15 AM Re: Best photo gallery for CSS website
RNPoo7's Avatar
Extreme Talker

Posts: 237
Thank you verrrrrrrrrrrrrrrrrrrrry much.


Quick question though

Here's how it looks now:
http://greenvillecopts.org/test/photogal.html

anyway to make look a little better?
__________________
I work on Turbo'd Honda's for fun :)
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 12:43 AM Re: Best photo gallery for CSS website
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Wireless Audio
Posts: 2,320
Name: Keith Marshall
Location: West Hartford, CT
Check out: http://www.samisite.com/test-csb2nf/id43.htm

It shows multiple examples of iframe styling.

- I hope that helps, happy to be of service!
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 12:01 PM Re: Best photo gallery for CSS website
LadynRed's Avatar
Super Moderator

Posts: 6,555
Location: Tennessee
Photoshop's gallery is ok.. but iframes are just not a great idea. You've got the rest of your site as CSS.... you can create galleries that are CSS-based too.

You might want to check out a few of these gallery solutions:
Suckerfish Hover Lightbox -- http://www.mondaybynoon.com/2006/03/...hoverlightbox/
Lightbox Plus: http://serennz.cool.ne.jp/sb/sp/lightbox/
Cross-browser Multipage gallery: http://www.cssplay.co.uk/menu/lightbox.html#flower6
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-28-2006, 02:09 AM Re: Best photo gallery for CSS website
RNPoo7's Avatar
Extreme Talker

Posts: 237
What do you guys think now????
http://greenvillecopts.org/test/photogal.html

I'm very very happy with it
__________________
I work on Turbo'd Honda's for fun :)
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Old 05-28-2006, 11:11 AM Re: Best photo gallery for CSS website
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Wireless Audio
Posts: 2,320
Name: Keith Marshall
Location: West Hartford, CT
All the images are broken
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 05-28-2006, 12:18 PM Re: Best photo gallery for CSS website
LadynRed's Avatar
Super Moderator

Posts: 6,555
Location: Tennessee
Looks great -- but as mentioned.. all of your photos are "missing". Check your paths.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-28-2006, 05:02 PM Re: Best photo gallery for CSS website
RNPoo7's Avatar
Extreme Talker

Posts: 237
Yeah i know, i need to put up the new pics. Will do soon and put new "titles"

Not sure what photos will go in there yet

__________________
I work on Turbo'd Honda's for fun :)
RNPoo7 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Best photo gallery for CSS website
 

Thread Tools

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

vB 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 0.20184 seconds with 12 queries