now i've add all file, upgraded a DB... wen i add a smile it's all ok but when i add a smile in my post but i dont see it, i see aurl... example http://forum.html.it/forum/images/smilies/metallica.gif border=0 align=middle> why???? this is my line in inc_funcition.asp '############# Stimmy's SMile Mod ################ strsql = "SELECT S_URL, S_CODE, S_ENABLED FROM " & strTablePrefix & "SMILES" set smilers = my_conn.execute(strsql) if smilers.eof then '## Do nothing else do until smilers.eof if not(smilers("S_ENABLED") = "no") then dim img fString= replace(fString, "<img src="&smilers("s_url")&" border=0 align=middle>", smilers("S_CODE"), 1, -1, 1) else '## Do nothing end if smilers.movenext loop end if set smilers = nothing '############# End Stimmy's Smile Mod #################