
|
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 referenceLinks 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
Image
The links you can parametrize are : Previous Next BackCustomize 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 :
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. 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). |