problem creating a site with photogallery

P

Pascal

Hi,

I tried to create a photogallery on my site using "automate web photo
gallery" (an option in Photoshop).
I'm using Photoshop 6.
The problem is: I only see the thumbs on the url http://www.mysite.be
I can solve this when I choose http://www.mysite.be/FrameSet.htm (then I
have everything: title, thumbs, 1 big pic in the middle...)

How can I set the second as default?

source code index.htm and frameset.htm:


Source code index.htm:

<HTML>
<HEAD>
<TITLE>Eerste foto's</TITLE>
<META name="generator" content="Adobe Photoshop(R) 6.0 Web Photo Gallery">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#CCCC99" >

<table border="0" cellspacing="2" cellpadding="0">
<tr>
<!-- Thumbnails with hyperlinks -->

<td> &nbsp;
<A href="pages/Beeld4.htm" target="Top Frame"><IMG
src="thumbnails/Beeld4.jpg" border="0" alt=Beeld4 align="BOTTOM"></A>
</td> <!-- Thumbnails with hyperlinks -->

<td> &nbsp;
<A href="pages/modern-architecture.htm" target="Top Frame"><IMG
src="thumbnails/modern-architecture.jpg" border="0" alt=modern-architecture
align="BOTTOM"></A>
</td> <!-- Thumbnails with hyperlinks -->

<td> &nbsp;
<A href="pages/PICT0603_edited.htm" target="Top Frame"><IMG
src="thumbnails/PICT0603_edited.jpg" border="0" alt=PICT0603_edited
align="BOTTOM"></A>
</td> <!-- Thumbnails with hyperlinks -->

<td> &nbsp;
<A href="pages/PICT0804.htm" target="Top Frame"><IMG
src="thumbnails/PICT0804.jpg" border="0" alt=PICT0804 align="BOTTOM"></A>
</td> </tr>
</table>
</BODY>
</HTML>
Source code Frameset.htm:

<HTML>
<HEAD>
<TITLE>Eerste foto's</TITLE>
<META name="generator" content="Adobe Photoshop(R) 6.0 Web Photo Gallery">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>

<FRAMESET frameborder=1 rows="80%,20%">
<FRAME src="pages/Beeld4.htm" NAME="Top Frame" scrolling=YES>
<FRAME src="index.htm" NAME="Bottom Frame" scrolling=YES>

<NOFRAMES>
<BODY>
Viewing this page requires a browser capable of displaying frames.
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>

Any tips/solutions welcome!

Pascal.
 
G

Guest

I think this is down-to page naming. index.htm (or index.html or default.htm)
is the page opened when no specific page is given in the URL. Therefore this
should be the frameset page. The page you presently have as index.hrm should
be renamed and its reference in the frameset changed accordingly.
 
P

Pascal

Ian said:
I think this is down-to page naming. index.htm (or index.html or
default.htm)
is the page opened when no specific page is given in the URL. Therefore
this
should be the frameset page. The page you presently have as index.hrm
should
be renamed and its reference in the frameset changed accordingly.

Tanks,

How can I specify a specific page to open in the URL (instead of renaming
them)?



Pascal.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top