Quote:
Originally Posted by newmasalaboard
Actually i want to replace " to "
|
Why? Is that because you see
" text all over the places? If yes, then simply create a replacement variable from
" to
". If not, then better leave
" as it is since it's the way HTML escapes (encodes) the character
" so that that character in actual text does not interfere those used in HTML attributes, as in <img src=
"clear.gif
" />