Rank: Newbie
Joined: 6/6/2008 Posts: 23 Location: INDIA
|
I have a rich text editor in the property area of content section.I have some text in the rich text editor and i created some link in the text. How can i apply a style to this link like "visted{color:black}"
|
 Rank: Newbie
Joined: 6/1/2008 Posts: 7 Location: Roma
|
Hello Sadik
I don't understand if you need to show the style in the backend or in the frontend.
I suppose that you need it in the frontend.
First, create the class-style in a css file like this:
.blacklink:visited { color: black; }
Second, insert a link in richtexteditor. In the link properties page go to advanced and set the style property to "blacklink".
Save all :)
P.S.1: the page must include css in head section
P.S.2: sorry for my bad english
Ciao da Zeta
|