mattm1712 Posted September 27, 2010 Share Posted September 27, 2010 is there anway way of being able to paste a picture into a textarea? Link to comment https://forums.phpfreaks.com/topic/214486-image-in-a-text-are/ Share on other sites More sharing options...
The Little Guy Posted September 27, 2010 Share Posted September 27, 2010 no... hence the name "textarea" try this: <iframe style="width: 50%;height:200px;" id="inputarea" name="inputarea" onload="var cd=this.contentWindow.document;cd.designMode = 'On';"></iframe> Link to comment https://forums.phpfreaks.com/topic/214486-image-in-a-text-are/#findComment-1116106 Share on other sites More sharing options...
chintansshah Posted September 27, 2010 Share Posted September 27, 2010 I think, you should use any of WYSIWYG editor for this functionality. Link to comment https://forums.phpfreaks.com/topic/214486-image-in-a-text-are/#findComment-1116199 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.