remove hyperlink code example
Example 1: word remove all hyperlinks
Ctrl + Shift + F9
Example 2: removeable hyperlink line html
<a href="http://yoursite.com/" style="text-decoration:none">yoursite</a>
Ctrl + Shift + F9
<a href="http://yoursite.com/" style="text-decoration:none">yoursite</a>