Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

please help: web photo gallery question (PS 7)

0 views
Skip to first unread message

no1cwbyfan

unread,
Nov 11, 2003, 11:48:29 AM11/11/03
to
Hello,

Let me say first off I'm somewhat of a beginner to both Photoshop and HTML.

I'm using Photoshop 7 to create online photo galleries for my wife who is a
photographer. Although, I love the ability to do this in Photoshop I cannot
figure out how to include a home page button in the banner area of each
gallery. I'm hoping to find a way that would allow me to only place the code
once and still have it show up throughout the gallery. Any advice would be
greatly appreciated, because when people are viewing their photos, they can
very easily get 20 or 30 deep and then have no way to get back to our
homepage. I would like a home page button that would open the homepage
outside of the frames. You can view our online galleries at
http://www.simplyelegant.ws/gallery.html

Thank you for your expertise.


Nico Schuyt

unread,
Nov 11, 2003, 1:30:23 PM11/11/03
to
no1cwbyfan wrote:
> I would like a home page button that would open the homepage outside
> of the frames. You can view our online galleries at
> http://www.simplyelegant.ws/gallery.html

Why not add an extra frame on top with your default information like
Sharon's Web Photo Gallery / SE15A - COLOR
Simply Elegant Photography and Design
10/18/2003
Call (405) 314-2654 to order!
simply....@cox.net
AND a menu pointing to whereever you want.

An alternative is use PHP to show every picture on the same page with the
default text and menu. Could save you a lot of work because you only need
one html page for all your photographs.
Nico

T. Audry Glamour

unread,
Nov 11, 2003, 1:30:32 PM11/11/03
to
(Crosspost to adobe.photoshop.windows removed)

In article <er8sb.1938$7o3.195@okepread04>,
"no1cwbyfan" <no1cw...@cox.net> wrote:

> Although, I love the ability to do this in Photoshop I cannot
> figure out how to include a home page button in the banner area of each
> gallery.

I don't know anything about creating galleries with Photoshop. If your
gallery was created with it I would recommend not using it. First, it
took forever to load the thumbnails with my dial-up connection (I
didn't wait around, sorry!), and using frames is not recommended by
many.

Why not use a script? I like spgm, (Simple Picture Gallery Manager
<http://spgm.sourceforge.net/>), a php script. But there are many
others, some that are more automated when it comes to generating
thumbnails and such. It takes a little searching to find just what you
want, but I bet it's out there.

You can then use templates so navigation back to your main page is
easier.

HTH

Audry

--
I am not a professional woman.
tawdry glamour who is at smile global dot com

Doc Starr

unread,
Nov 11, 2003, 2:39:03 PM11/11/03
to
Hi,
Go to the Photoshop folder and look for the presets folder. In that folder
is another folder called WebContactSheet. IN
that folder is one folder for each gallery type. Go into the folder of the
gallery you want to use and edit the html code you find there to add the
buttons you need in the appropriate places.
Cheers,
Doc

"no1cwbyfan" <no1cw...@cox.net> wrote in message
news:er8sb.1938$7o3.195@okepread04...

Sid Ismail

unread,
Nov 11, 2003, 6:34:50 PM11/11/03
to
On Tue, 11 Nov 2003 10:48:29 -0600, "no1cwbyfan" <no1cw...@cox.net> wrote:

: Hello,


Perhaps something like this?

<frameset rows="10%,*">
<frame name="menu.html" src="" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="0">
<frameset cols="20%,*">
<frame name="thumbs" src="" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="0">
<frame name="pics" src="" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="0">
</frameset>
</frameset>

Sid

0 new messages