A
Able
Guest
Hi
Setting up a new page in my website I decided to use the lightroom "web" functionallity instead of Jalbum to generate a Simpleviewer based web page. This worked fine except that I found the fonts to be too small and I was unable to change the font color. After some experimenting I found the following solution:
Load the TTG simpleviewer 2.'1 engine from http://lightroom.theturninggate.net/flash-galleries/ttg-simpleviewer/
In the lightroom webmodule choose the "TTG simpleviewer 2.'1 engine" and go to the "Image Info" tab.
Select the "custom settings" buttom. Then select the edit option. In the "preset bar" choose "Custom".
In the text bar you can not only choose which info you want to include but also add formatting information. I used the following string to get the desired result:
<i><font face="Times" color="#36EB1F" size="25"> {Title>>} <br> {Caption>>}</font></i>
The text inbetween{} is not typed but inserted using the "insert" buttons.
In the "Gallery Description" box you can directly fill in the font information as you like it.
This is how I made the resulting page: www.bleeker.biz/South-Africa/Birds.
The heading in the page is realized by making the simpleviewer background transparent (add: fo.addParam("wmode", "transparent")) and add a heading text in the index.html file. You can check this out by viewing the source data of the web page.
I hope this will help you making even nicer simpleviewer based web pages
ABle
Setting up a new page in my website I decided to use the lightroom "web" functionallity instead of Jalbum to generate a Simpleviewer based web page. This worked fine except that I found the fonts to be too small and I was unable to change the font color. After some experimenting I found the following solution:
Load the TTG simpleviewer 2.'1 engine from http://lightroom.theturninggate.net/flash-galleries/ttg-simpleviewer/
In the lightroom webmodule choose the "TTG simpleviewer 2.'1 engine" and go to the "Image Info" tab.
Select the "custom settings" buttom. Then select the edit option. In the "preset bar" choose "Custom".
In the text bar you can not only choose which info you want to include but also add formatting information. I used the following string to get the desired result:
<i><font face="Times" color="#36EB1F" size="25"> {Title>>} <br> {Caption>>}</font></i>
The text inbetween{} is not typed but inserted using the "insert" buttons.
In the "Gallery Description" box you can directly fill in the font information as you like it.
This is how I made the resulting page: www.bleeker.biz/South-Africa/Birds.
The heading in the page is realized by making the simpleviewer background transparent (add: fo.addParam("wmode", "transparent")) and add a heading text in the index.html file. You can check this out by viewing the source data of the web page.
I hope this will help you making even nicer simpleviewer based web pages
ABle
