rockinaway Posted January 5, 2008 Share Posted January 5, 2008 I want to insert proper HTML so that it parses through createRange(), how can I do this? Because at the moment I am using createRange().text, but that just shows the HTML as normal text... Any help.. Link to comment https://forums.phpfreaks.com/topic/84630-createrange-and-html/ Share on other sites More sharing options...
phpQuestioner Posted January 5, 2008 Share Posted January 5, 2008 use innerHTML; that will display you html as elements in your page and not just plain text. Link to comment https://forums.phpfreaks.com/topic/84630-createrange-and-html/#findComment-431437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.