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

please help: web photo gallery question (PS 7)

1 view
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.


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