Help / Gallery Generator

Images / directory     Gallery title and back link     Summary of the gallery

Advanced options     Generate gallery(ies)     Erase gallery(ies)



Advanced options



Fonts     Links     Customize gallery HTML code

Background     Index (recursive generation)



Fonts

You can parametrize all fonts of HTML files.

Gallery text



Define page text font.

Gallery title



If Display checkbox is validated, Gallery title will be diplayed in generated pages.

Dimensions / size of images

Image name

Image reference

Return to top



Links

TAHGG generates some links to allow you to navigate in gallery.
You can parametrize these links : you can choose the text or/and the image which will be associated to this.

Text
You can edit the text you want in text area.
If you use special characters (e.g. : é, ã, ß, ...), TAHGG will automatically convert it into HTML entities.

N.B. : TAHGG uses XML and XSLT flows. So, characters like "<", ">" and "&" are forbidden. TAHGG can't automatically replace them by their HTML entities. You must do yourself :
CharacterHTML entity
<&lt;
>&gt;
&&amp;

If you don't want a text as link, delete the current text in text area.

Image



You can choose the image you want by clicking on the current image.
A file chooser will appear.

N.B. : you can select only images which are in ./Pictures directory of the application. If you want to customize the application, you can add your images to ./Pictures directory.

If you don't want an image as link, click on Erase image button.

The links you can parametrize are :

Previous

Next

Back

Return to top



Customize gallery HTML code

You can add HTML code to generated HTML pages. You can place your code in many positions.

TAHGG uses XML and XSLT flows. So, you must respect 2 rules.


Rule 1

There are two HTML tags types :

tags like <a href="...">...</a> : there are an opening tag and a closing tag,

tags like <img src="..."> : there is only an opening tag.

To add HTML code with TAHGG, when you use a tag, you must open it and close it. Else, an error wil occur.

Example : you want to insert an image. In classic HTML, you do something like that:

<img src="MyImage.jpg">

To insert it with TAHGG, you will have to do :

<img src="MyImage.jpg"></img> or <img src="MyImage.jpg"/>

You can translate <br> into <br/>, etc...


Rule 2 : when you write simple text, characters like "<", ">" and "&" are forbidden. TAHGG can't automatically replace them by their HTML entities. You must do yourself :

CharacterHTML entity
<&lt;
>&gt;
&&amp;

Return to top



Background

You can choose background color and background image.

N.B. : if you select an background image, background color will not be able to be viewed.

Return to top



Index (recursive generation)

This index is the general summary (named indexAll.htm), wich is generated to allow to navigate from one gallery to another.

You can choose title text and title font of the page.
You can also choose links fonts.

Finally, you can add HTML code to this general summary. To do this, you mus repect two rules (see the two rules).

Return to top




TAHGG © 2003 by Cédric GAUDRON
Contact : cedric_gaudron@yahoo.fr