C
compupix
I hope I'm in the right group for this.
I'm using Google's Picasa program to create formatted webpages of
my images. Picasa acts on html and tpl files as it creates the final
html pages.
I have found one variable that I would like to chop. The variable is
referred to as <%itemName%>.
I think the operation that I would like to perform is
"substring(<%itemName%>, 1, 8)."
Is it okay to include an operation like this in one of the html files
that gets "included?"
How do I get the substring operation to be executed by the program that
is assemblying the final product instead of just passing it on to the
final html coded page?
Thank you very much,
Drew Faber
I'm using Google's Picasa program to create formatted webpages of
my images. Picasa acts on html and tpl files as it creates the final
html pages.
I have found one variable that I would like to chop. The variable is
referred to as <%itemName%>.
I think the operation that I would like to perform is
"substring(<%itemName%>, 1, 8)."
Is it okay to include an operation like this in one of the html files
that gets "included?"
How do I get the substring operation to be executed by the program that
is assemblying the final product instead of just passing it on to the
final html coded page?
Thank you very much,
Drew Faber