Tried adding inline style to an anchor tag, From within the HTML source editor, but it did not seem to apply. All other changes apply.
egs:

<a href="http://drupal.org" style="text-decoration: none;">Drupal</a>

I tried turning off HTML filtering, formatting, clean-up and all other options that might externally change code, but the above problem persisted.

Comments

kartikg3’s picture

I also did not have the "rich-text disable" link appearing under the textareas.
So applied this patch:
http://drupal.org/node/284936
It works.

The above problem doesnt persist when I disable rich-text edit. Inline styles in a-tags are accepted as they are.

nicoloye’s picture

Issue summary: View changes
Status: Active » Closed (outdated)