Page 1 of 1

Create Webpage

Posted: Sun Jul 02, 2006 4:47 am
by voyager101
When I use Create Webpage in the menu, is there any way to get Xnview to put the A href="http://____.____.home.ne.jp/r____h/images line in automatically?
Thanks

Re: Create Webpage

Posted: Sun Jul 02, 2006 12:22 pm
by xnview
voyager101 wrote:When I use Create Webpage in the menu, is there any way to get Xnview to put the A href="http://____.____.home.ne.jp/r____h/images line in automatically?
Thanks
Could you explain me more, please?

Posted: Sun Jul 02, 2006 1:23 pm
by voyager101
a href=original IMG_0002.JPG img src =thumb / t_IMG_0002.jpg alt= IMG_0002.JPG <div></div>
</td>




What i am asking is there a way for XNView to put in the url for my webpage instead of putting original / img_ and img src = while it is creating the webpage?

Posted: Mon Jul 03, 2006 6:06 am
by xnview
voyager101 wrote:a href=original IMG_0002.JPG img src =thumb / t_IMG_0002.jpg alt= IMG_0002.JPG <div></div>
</td>




What i am asking is there a way for XNView to put in the url for my webpage instead of putting original / img_ and img src = while it is creating the webpage?
Currently no

Posted: Mon Jul 03, 2006 9:03 am
by voyager101
Thanks for the response.

Posted: Mon Jul 03, 2006 10:50 am
by Drahken
It should be possible for you to hack it in by going into the web templates folder, selecting the appropriate template, and inserting the URL of your page in the right place. ie, Change:

<a href="#FRAME_PAGE#"><img src="#THUMB_LINK#" alt="#FILENAME#" width="#THUMB_WIDTH#" height="#THUMB_HEIGHT#"></a>

to:

<a href="http://site.com/subdomain/#FRAME_PAGE#"><img src="http://site.com/subdomain/#THUMB_LINK#" alt="#FILENAME#" width="#THUMB_WIDTH#" height="#THUMB_HEIGHT#"></a>