Is it possible to add a CSS class to ALL links generated from the HTML tab of the post editor?
That is to have the part class='myclass" added automatically?
<a class="myclass" href="http://www.google.com">Click me</a>
EDIT to avoid misunderstanding: The class has to be added in the editor and not on the fly via javascript or HTML and this is because not all the links will use this class so in the rare case where I don't need it, I simply remove it myself. At the moment I'm doing the complete opposite, I keep adding class="myclass" myself which can be a nuisance in case of a post with 20 or more links.