
I tried simply adding the concatenate operator ("&"), but the web-code that gets generated from each image function doesn't combine well, and I get an error on the page ("#.error").
I think I probably need to "mimic" the Image() function, but am not really sure.
Lil' help?
2 Antworten
Hi there,
This is probably way too late, but you need to add a space between the 2 images - &" "&
I don't know why - but it works :)