Applying style to link in rich text editor Options
SADIK
Posted: Saturday, June 14, 2008 3:40:20 PM
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}"
ZCaotica
Posted: Saturday, June 14, 2008 9:50:31 PM

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
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.