itchybrain
07-25-2003, 08:38 AM
Hi, I'm new here and as you can tell my brain is really itchy right now. I'm not trying to be a Webmaster, just trying to put a site together for myself. I've been trying to create an online portfolio of art. Went to Angelfire and they had a gallery template to use but there are no explanations of how to set the thing up. All my images are loaded, including thumbnail images but I can't figure out how to get it all together.
The part that I can't seem to understand is where do I identify the original image. In the following I've put my info in except I don't know what to do with what they have called "gallery1-1a.html" in the link thumnails to original versions section. Is this a page that I have to set up first with the original images in, in addition to my images directory?
Thanks for looking and hope someone can help me.
Here's the gallery page:
<HTML>
<!-- This page originated from the Angelfire.com HTML Library -->
<HEAD>
<TITLE>
My Name Goes Here - Gallery
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<BR>
<BR>
<CENTER>
<TABLE WIDTH="70%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="+2" COLOR="#000000">
<B>
<!-- you can put a title for your gallery in here -->
Still Life Gallery
</B></FONT>
</TD>
</TR>
</TABLE>
<BR>
<TABLE WIDTH="70%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photo gallery -->
All paintings are original 8 x 10 pastels.
<BR></FONT>
</TD>
</TR>
</TABLE>
<BR>
<TABLE CELLSPACING="10" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1a.html"><IMG SRC="images/Lemonsthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Four Lemons
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1b.html"><IMG SRC="images/onionthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Spring Onion
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1c.html"><IMG SRC="images/Staffordshirethumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Staffordshire & Eggs
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1d.html"><IMG SRC="images/Bananasthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Two Bananas, One Apple
</FONT>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="10" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1e.html"><IMG SRC="images/Milk_bottlethumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif"SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Milk Bottle
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1f.html"><IMG SRC="images/Peachesthumb.gif" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Peaches
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1g.html"><IMG SRC="images/Pearthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
The Bartlett Pear
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1h.html"><IMG SRC="images/Pears2thumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Bosc Pears
</FONT>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="10" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1i.html"><IMG SRC="images/Gravyboatthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Gravy Boat
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1j.html"><IMG SRC="images/Fancy_gravyboatthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
The Fancy Gravy Boat
</FONT>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>
:confused:
The part that I can't seem to understand is where do I identify the original image. In the following I've put my info in except I don't know what to do with what they have called "gallery1-1a.html" in the link thumnails to original versions section. Is this a page that I have to set up first with the original images in, in addition to my images directory?
Thanks for looking and hope someone can help me.
Here's the gallery page:
<HTML>
<!-- This page originated from the Angelfire.com HTML Library -->
<HEAD>
<TITLE>
My Name Goes Here - Gallery
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<BR>
<BR>
<CENTER>
<TABLE WIDTH="70%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="+2" COLOR="#000000">
<B>
<!-- you can put a title for your gallery in here -->
Still Life Gallery
</B></FONT>
</TD>
</TR>
</TABLE>
<BR>
<TABLE WIDTH="70%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photo gallery -->
All paintings are original 8 x 10 pastels.
<BR></FONT>
</TD>
</TR>
</TABLE>
<BR>
<TABLE CELLSPACING="10" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1a.html"><IMG SRC="images/Lemonsthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Four Lemons
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1b.html"><IMG SRC="images/onionthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Spring Onion
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1c.html"><IMG SRC="images/Staffordshirethumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Staffordshire & Eggs
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1d.html"><IMG SRC="images/Bananasthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Two Bananas, One Apple
</FONT>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="10" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1e.html"><IMG SRC="images/Milk_bottlethumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif"SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Milk Bottle
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1f.html"><IMG SRC="images/Peachesthumb.gif" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Peaches
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1g.html"><IMG SRC="images/Pearthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
The Bartlett Pear
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1h.html"><IMG SRC="images/Pears2thumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Bosc Pears
</FONT>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="10" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1i.html"><IMG SRC="images/Gravyboatthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
Gravy Boat
</FONT>
</TD>
<TD ALIGN="CENTER" VALIGN="TOP">
<!-- link your thumbnails to the full-size versions -->
<A HREF="gallery1_1j.html"><IMG SRC="images/Fancy_gravyboatthumb.jpg" WIDTH="40" HEIGHT="40" BORDER="0"></A>
<BR>
<FONT FACE="Arial, Helvetica, Verdana, Sans Serif" SIZE="2" COLOR="#000000">
<!-- describe your photos -->
The Fancy Gravy Boat
</FONT>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>
:confused: