Diashow-Website Webpage

Ask for help and post your question on how to use XnView Classic.

Moderators: helmut, XnTriq, xnview

Post Reply
seyyes2
Posts: 3
Joined: Fri Jul 17, 2009 10:07 pm

Diashow-Website Webpage

Post by seyyes2 »

If I generate (create) a dia-show-website four problems occure:

1. In start-position in Default-Frame Modus the frame that shows the picture is empty instead of showing the first picture.
I solved the problem, by writing the src-adress of the first html into the index.html, where there is none: <frame src="evelyn.html" name="frame2">
instead of <frame src="" name="frame2" But this is not a good solution. I should be done automatic. But how?

2. The filename in the webpage occures with the format ending: "evelyn.jpg" instead of just "evelyn". That does not look good. But how do I fix this?

3.Other Templates occure fully in the frame1. Even if they are not made for a frame site, the Site is framed and frame2 stays empty. So most of the site is empty. How can I get rid of this framing?

4. In Default-Frame Modus the thumbnails are positioned horizontal in a vertical frame.
I could solve this problem by a little code change of the Default-Frame/thumb.html

#THUMB_TABLE_START#
#THUMB_ROW_START#
<tr>
<td>
<a href="#FRAME_PAGE#" target="frame2"><img src="#THUMB_LINK#" alt="#FILENAME#" width="#THUMB_WIDTH#" height="#THUMB_HEIGHT#"></a>
<!-- <div>#THUMB_TEXT#</div> -->
</td>
</tr>
#THUMB_ROW_END#
#THUMB_END#

I am a teacher and I give beginners lessons in html-code to my students. It would be nice to make some template designs, but first I have to fix those problems
Post Reply