Closed (outdated)
Project:
TinyMCE
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 08:56 UTC
Updated:
14 Jan 2021 at 19:54 UTC
Jump to comment: Most recent
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
Comment #1
kartikg3 commentedI 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.
Comment #2
nicoloye commented