I'm having an issue with the FCKeditor re-arranging my attributes. For SEO reason I would like to have rel="nofollow" as the first attribute of an anchor tag:
ex> <a rel="nofollow" href="...">link</a>
When I edit the code block and save it the tag now looks like this: <a href="..." rel="nofollow">link</a>
Is this something I can change the order of the attributes in some config file?
Thanks for any help on this!
ex> <a rel="nofollow" href="...">link</a>
When I edit the code block and save it the tag now looks like this: <a href="..." rel="nofollow">link</a>
Is this something I can change the order of the attributes in some config file?
Thanks for any help on this!