Search found 3 matches

by davidam2
2013-06-07 22:15:41
Forum: Ant Movie Catalog > Bug reports
Topic: Export HTML picture without Backslash
Replies: 5
Views: 5658

Thanks Soulsnake!!!!
by davidam2
2013-06-04 17:00:37
Forum: Ant Movie Catalog > Bug reports
Topic: Export HTML picture without Backslash
Replies: 5
Views: 5658

I have this line in Template:
<div id="caratula">
$$ITEM_PICTURE
</div>

To open Exported HTML document:
<div id="caratula">
<img alt="poster" src="Catalogo_Peliculas.html_pics\catalogo_peliculas_4.jpg">
</div>

I cant change a variable parameter in the program to specify $$ITEM_PICTURE with ...
by davidam2
2013-06-04 16:01:22
Forum: Ant Movie Catalog > Bug reports
Topic: Export HTML picture without Backslash
Replies: 5
Views: 5658

Export HTML picture without Backslash

Good Evening:

I try to export an HTML and locally works OK, but on a web server can not see the cover pictures because the program introduced a backslash in the path of the image.

I use this variable ITEM_PICTURE and exported the images into a subdirectory.
How I can specify that use "/" instead ...