Adding items to the show
We find that the easiest way to add items to the show is to begin with the photos. We suggest you follow these simple steps.
- If you start windows explorer (press the windows key on your keyboard along with the letter E),
- Select the files you want to add. The easiest way is to hold down the control key, and click on each image you wish to add.
- Let go of the control key.
- Click on the first image, but don't let go. Then drag the images onto the area for images at the bottom of the program, and let go. The program will automatically add all the images.
Adding items you missed.
If you want to add an item to the middle of the list, click on the item before where the new item will go, and press the insert button on the keyboard. A new item will be created that shares the Artist Name, and year, but is otherwise blank.
Moving images around
To move an item that is in the wrong sequence, use the up and down buttons, or hold down the shift key, and press the up and down arrows to move an item while the list is selected.
Removing an item
To remove an item that is no longer required, press the delete button or, while the list is selected, press the delete key on the keyboard.
Setting a single image
To set a single image, you can either double click the image box, or drag and drop an image on. Be careful not to drag multiple images. If you do, it has the effect of replacing the existing image with the first image, and then inserting additional images. This may or may not be the desired effect.
Large Item Images - <@LARGEIMG@>
Every image added to the list of items is resized into a large images if the large image checkbox is ticked. This field is generally used on popup pages about the individual items.
Possible uses for this item:
- Use it as an image in the body of your description of the item
<img src="<@LARGEIMG@>" alt="<@BARETITLE@> <@BAREDIMENSIONS@> <@BAREDESC@>">
Thumbnail Images - <@THUMB@>
Every image added to the list of items is resized into a numbered thumbnail. This field is generally used on summary pages about all of the individual items.
Possible uses for this item:
- Use it in a <@SHOWITEMS@> macro, as follows:
<TABLE>
<TR>
<@SHOWITEMS#
<TD>
<img title="<#BARETITLE#>" alt="<#BARETITLE#>" src="<#THUMB#>"> <br>
<A href="pop<#INDEX#>.htm"><#TITLE#><br><#ARTIST#></A>
<@LONGDESC@></TD>
@>
</TR>
</TABLE>
Title - <@TITLE@>
Enter the name of the work.
Possible uses for this item:
- Use it as an alt tag for the image in the body of your description of the item
<img src="<@LARGEIMG@>" alt="<@BARETITLE@> <@BAREDIMENSIONS@> <@BAREDESC@>"> - Use it along with a thumbnail.
- Use it in the title of the document for individual items as follows:
<title><@BARETITLE@> - <@BAREARTIST@></title> - Use it in the body of the document.
Artist - <@ARTIST@>
Enter the name of the artist.
Possible uses for this item:
- Use it as an alt tag for the image in the body of your description of the item
<img src="<@LARGEIMG@>" alt="<@BARETITLE@><@BAREARTIST@> <@BAREDIMENSIONS@> <@BAREDESC@>"> - Use it along with a thumbnail.
- Use it in the title of the document for individual items as follows:
<title><@BARETITLE@> - <@BAREARTIST@></title> - Use it in the body of the document.
Desc - <@DESC@>
Enter the description of the item, for example what media or materials.
Possible uses for this item:
- Use it as an alt tag for the image in the body of your description of the item
<img src="<@LARGEIMG@>" alt="<@BARETITLE@><@BAREARTIST@> <@BAREDIMENSIONS@> <@BAREDESC@>"> - Use it along with a thumbnail.
- Use it in the body of the document.
Dimensions - <@DIMENSIONS@>
Enter the dimensions of the item, including units.
Possible uses for this item:
- Use it as an alt tag for the image in the body of your description of the item
<img src="<@LARGEIMG@>" alt="<@BARETITLE@><@BAREARTIST@> <@BAREDIMENSIONS@> <@BAREDESC@>"> - Use it along with a thumbnail.
- Use it in the body of the document.
Year - <@YEAR@>
Enter the year of the item, if required
Possible uses for this item:
- Use it as an alt tag for the image in the body of your description of the item
<img src="<@LARGEIMG@>" alt="<@BARETITLE@> <@BAREDESC@> <@BAREYEAR@> <@BAREDIMENSIONS@>"> - Use it along with a thumbnail.
- Use it in the body of the document.
Price - <@PRICE@>
Enter the price of the item, if required
Possible uses for this item:
- Use it as an alt tag for the image in the body of your description of the item
<img src="<@LARGEIMG@>" alt="<@BARETITLE@> <@BAREDESC@> <@BAREPRICE@> <@BAREDIMENSIONS@>"> - Use it along with a thumbnail.
- Use it in the body of the document.
Long Description - <@LONGDESC@>
Enter the price of the item, if required
Possible uses for this item:
- Use it along with a thumbnail
Remember, if it is used only with a thumb, you can use it to insert extra cells into a table by adding <td></td> pairs to use extra cells. - Use it in the body of the document.
