Is this possible? Is there a way to have the editor produce ID attributes on all tags using maybe a random number?
<p id="1232"> <table id"2432"></table></p>
Problem I'm having is I need to allow the user to create a hyperlink that is just a bookmark to another part of the document, I need ID's on the tag so that later I can reference where the hyperlink was supposed to point too.
<p id="1232"> <table id"2432"></table></p>
Problem I'm having is I need to allow the user to create a hyperlink that is just a bookmark to another part of the document, I need ID's on the tag so that later I can reference where the hyperlink was supposed to point too.