I just wanted to note that the HTML in this was incorrect.

"<img src>" & myarray(i) & ".gif</img src>"

should be

'<img src="' & myarray(i) & '".gif>'


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to