P
PaddyPerl
Hi everybody!
OK, so what I want to do is to display a string in html as images
rather than text. On the server I have individual image files a.gif,
b.gif, c.gif ... 0.gif, 1.gif, 2.gif, 3.gif etc...
So if the string is Hello, I would like to get the following output:
<img src="H.gif"><img src="e"><img src="l"><img src="l"><img src="o">
I would like to translate all characters, numbers and special
characters as well.
Shouldn't this be quite easy? I just don't know how to do it though...
Thanks a lot for your help!
/Paddy
OK, so what I want to do is to display a string in html as images
rather than text. On the server I have individual image files a.gif,
b.gif, c.gif ... 0.gif, 1.gif, 2.gif, 3.gif etc...
So if the string is Hello, I would like to get the following output:
<img src="H.gif"><img src="e"><img src="l"><img src="l"><img src="o">
I would like to translate all characters, numbers and special
characters as well.
Shouldn't this be quite easy? I just don't know how to do it though...
Thanks a lot for your help!
/Paddy