Hey all. Basically what I'm trying to do is take a text string generated from form and take each individual alphanumeric character and replace it with the corrosponding image. So if 'cat' is typed in it displays '<img src="c.gif"><img src="a.gif"><img src="t.gif">. The images would be transparent gifs of the corrosponding letter from a specific font. Is this possible and how might i do it? Thanks.







