Replace tags in a topic
You can only replace tags based on its class attribute, all other attributes will remain the same. For example, if you select to replace
<b class="Apples"></b>
with
<span class="Bananas"></span>
any b-element with the class element set to "Apples" will be replaced, but will retain its other attributes. For example,
<b class="Apples" id="Golden Delicious"></b>
would become
<span class="Bananas" id="Golden Delicious"></span>
- Click Replace tags in topic.
- Select the tag you want to replace.
- Select the tag you'd like to use instead.
- Select the approriate setting
- To replace one tag with another, select Replace tags.
- To unbind the tag, and only keep its content, select Unbind tags.
- To delete tag tag and its contents, select Delete tags and content.
- Click Execute.
If you want to undo the changes before you close the window, click Undo.