hi
i am making NewsLetter using the wysiwyg Editor.. it allows me to upload the Image Path
and Image Path is stored in the Upload Directory..
Not When i retrieve that Image using it works in website..
the editor's value is stored in database
example
<br>
hi
<img src="upload/acb.gif">
<br>
Hello
i am sending Email and the detail of this email is received from database and this detail is sent to visitor
he is gettion all text value but not able to see Image
so suggest me what to do..?