Web page creation and modification of templates
Moderators: helmut, XnTriq, xnview
-
- Posts: 137
- Joined: Tue Sep 12, 2006 8:38 pm
- Location: New Zealand
Web page creation and modification of templates
Thanks to those who provided the web templates.
1/ I'm currently modifying a template (Visuddhi - Flash Viewer [Blue]) slightly and would like to know how to change the change the colour of the photograph and thumbhail borders. In this case I want to change from light blue to white.
2/ I would like to create web pages based on the images tagged according to a Category. I display the images of the required category but if I select them all and then attempt to create a page I get the following error:
"Error creating file <F>"
The problem seems to result from the fact that the actual source images are not all in a single "real" folder and are actually in a virtual folder.
I imagine this would this be easy to fix as the capability to generate web pages from Categories would be very useful.
Thanks
PETER
1/ I'm currently modifying a template (Visuddhi - Flash Viewer [Blue]) slightly and would like to know how to change the change the colour of the photograph and thumbhail borders. In this case I want to change from light blue to white.
2/ I would like to create web pages based on the images tagged according to a Category. I display the images of the required category but if I select them all and then attempt to create a page I get the following error:
"Error creating file <F>"
The problem seems to result from the fact that the actual source images are not all in a single "real" folder and are actually in a virtual folder.
I imagine this would this be easy to fix as the capability to generate web pages from Categories would be very useful.
Thanks
PETER
Re: Web page creation and modification of templates
Ok, right, i'll fix itPSHRutPark wrote: 2/ I would like to create web pages based on the images tagged according to a Category. I display the images of the required category but if I select them all and then attempt to create a page I get the following error:
"Error creating file <F>"
The problem seems to result from the fact that the actual source images are not all in a single "real" folder and are actually in a virtual folder.
Pierre.
-
- Posts: 137
- Joined: Tue Sep 12, 2006 8:38 pm
- Location: New Zealand
Re: Web page creation and modification of templates
xnview wrote: Ok, right, i'll fix it
Thankyou.
Re: Web page creation and modification of templates
You have to edit the file thumbs.html by hand.PSHRutPark wrote: 1/ I'm currently modifying a template (Visuddhi - Flash Viewer [Blue]) slightly and would like to know how to change the change the colour of the photograph and thumbhail borders. In this case I want to change from light blue to white.
The first actual line sets parameters for the flash object simpleviewer :
Code: Select all
<simpleviewerGallery [...] textColor="0x2E4B6B" frameColor="0xA1BCDA" frameWidth="15" [...]>
The colors are defined with three 2digits hexadecimal codes for R, G, B components, so white is 0xFFFFFF, red is 0xFF0000 and plain blue is 0x0000FF eg.
In your case you'll need something like
Code: Select all
frameColor="0xFFFFFF"
-
- Posts: 137
- Joined: Tue Sep 12, 2006 8:38 pm
- Location: New Zealand
Re: Web page creation and modification of templates
Thank you.
PETER
PETER
With which template?pjp wrote:Question - Is possible change (something) in webtemplates/generation of web pages ?
Problem - if I use key "enter" (create second line) in field "information displayed", XnView inserted into web galery only first picture and rest ignore. Can you change/solve problem this ? Thanks.
Pavel
Pierre.