ki Posted December 29, 2006 Share Posted December 29, 2006 Ok Ive seen this done before, I wanna know how I can put an image in a textarea with all the other text and still be able to write with it. Quote Link to comment Share on other sites More sharing options...
AndyB Posted December 29, 2006 Share Posted December 29, 2006 Use CSS to set the background image for the textarea element Quote Link to comment Share on other sites More sharing options...
ki Posted December 29, 2006 Author Share Posted December 29, 2006 but its not being used as a background Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted December 29, 2006 Share Posted December 29, 2006 Looks like you are after a WYSIWYG editor. Search google for tinyMCE or FCKEditorIs that what you are after? Quote Link to comment Share on other sites More sharing options...
emehrkay Posted December 29, 2006 Share Posted December 29, 2006 document.getElementById('yourElementId').style.backgroundImage = 'path to image' Quote Link to comment Share on other sites More sharing options...
ki Posted December 30, 2006 Author Share Posted December 30, 2006 [quote author=wildteen88 link=topic=120228.msg493245#msg493245 date=1167416127]Looks like you are after a WYSIWYG editor. Search google for tinyMCE or FCKEditorIs that what you are after?[/quote]I think, I saw it on this forum that uses aspx Quote Link to comment Share on other sites More sharing options...
fenway Posted December 30, 2006 Share Posted December 30, 2006 Still, just a textarea with editMode enabled. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.