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.. Quote Link to comment 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. 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.