Opened 17 years ago
Last modified 12 years ago
#1897 confirmed Bug
Unable to creates styles for a tags
Reported by: | Dan Adams | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | Cc: | Dan Adams |
Description
I have the following styles:
<Style name="Link (member)" element="a"> <Attribute name="class" value="member" /> </Style> <Style name="Link (PDF)" element="a"> <Attribute name="class" value="pdf" /> </Style> <Style name="Link (read more)" element="a"> <Attribute name="class" value="readmore" /> </Style>
which show up fine in the drop down (and are even styled) but selecting a link and then a style does nothing. I need to be able to put class on a tags.
Change History (4)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | FCKeditor 2.6 → FCKeditor 3.0 |
comment:2 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.x |
---|
comment:4 Changed 12 years ago by
Version: | SVN (FCKeditor) - Retired → 3.0 |
---|
Today, styles can be applied to "selectable" elements. The <a> element is not selectable (like an image) so there are no ways to apply styles specially defined to it. We should be able to provide it for V3.