#6636 closed Bug (invalid)
Undeline not removed from style
Reported by: | Melissa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
The following is not working properly:
When the following text in in the "source" box: <span style="font-family:Arial; font-size:12pt; text-decoration:underline">underlined text</span>
It will show up like this with an underline & the U button will not work to remove the underline.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
I don't understand how that helps the issue.
Can you try the following: 1 - Open a CKEditor window 2 - Click on Source to view the source 3 - Paste the following line into the source <span style="font-family:Arial; font-size:12pt; text-decoration:underline">underlined text</span> 4 - Click on Source again to go back to the main page 5 - Highlight the text "underlined text" 6 - Click on the U button to remove the underline The underline is not removed.
Thank you.
Please check out our sample page to understand how customizing editor styles could resolve this problem.