no underscore on exported html
Posted: 2008-09-24 01:14:16
Hi again, friends!
I've got a problem that's nagging be, let's see if there's an (easy) way to solve this:
When I export my list of films, either individual film pages or a full list, i like to have a picture for each film, and because i need it to have a class and whatnot (for unrelated needs) i use
src="$$ITEM_PICTUREFILENAME"
which is fine, *but* when the html files are generated they link to
name_number.jpg
instead of
namenumber.jpg
You see, all my film posters are like this:
wickerman1889.jpg
but when exporting, the html files assume it is
wickerman_1889.jpg
As you can imagine, changing all of those references, on practically 2000 files, even with the automation that notepad++ gives me, takes ages!
Am I doing something wrong? Can this be solved?
Thank you in advance!
wickerman

I've got a problem that's nagging be, let's see if there's an (easy) way to solve this:
When I export my list of films, either individual film pages or a full list, i like to have a picture for each film, and because i need it to have a class and whatnot (for unrelated needs) i use
src="$$ITEM_PICTUREFILENAME"
which is fine, *but* when the html files are generated they link to
name_number.jpg
instead of
namenumber.jpg
You see, all my film posters are like this:
wickerman1889.jpg
but when exporting, the html files assume it is
wickerman_1889.jpg
As you can imagine, changing all of those references, on practically 2000 files, even with the automation that notepad++ gives me, takes ages!
Am I doing something wrong? Can this be solved?
Thank you in advance!
wickerman
