The forum operates in read-only mode. Please head to StackOverflow for support.
<?php $oFCKeditor = new FCKeditor('report') ; $oFCKeditor->ToolbarSet = 'MyToolbar'; $oFCKeditor->BasePath = 'fckeditor/' ; $oFCKeditor->Height = '650'; $oFCKeditor->Width = '600'; $oFCKeditor->Value = '' ; $oFCKeditor->Create() ; ?>
Re: Img in email forward slash problems.
Christa
Re: Img in email forward slash problems.
Re: Img in email forward slash problems.
Re: Img in email forward slash problems.
Image insert in the email works fine. When sent, no image arrives in mailbox.
Is there some code to be added in order to post the image?
This is my code;
<?php $oFCKeditor = new FCKeditor('report') ; $oFCKeditor->ToolbarSet = 'MyToolbar'; $oFCKeditor->BasePath = 'fckeditor/' ; $oFCKeditor->Height = '650'; $oFCKeditor->Width = '600'; $oFCKeditor->Value = '' ; $oFCKeditor->Create() ; ?>Thanks for all answers!