Style richtext editor Options
daniela@inet.dk
Posted: Friday, October 03, 2008 10:54:39 AM

Rank: Newbie

Joined: 8/27/2008
Posts: 6
Location: denmark
Hi.

How do I give a frontend user the possibility of using styles in the content?
I've created a stylesheet "fonts", from the richtext editor I've selected it and it is available for the user.
But if I select a style in the frontend and start typing - the dropdown goes back to default.
I've also tried to mark the text and the select a specific font - but with no result.

I've looked in the html and nothing happens.

What am I doing wrong?

Thanks in advance

Daniela Edemann
Dirk
Posted: Friday, October 03, 2008 12:09:18 PM

Rank: Umbracoholic

Joined: 9/27/2007
Posts: 1,123
Location: Belgium
Hi Daniela,

AFAIK, you're not doing something wrong here. Did you have a look at Doug's post here.
It's a good idea to start again with some really simple stuff, to make sure nothing else is interfering?

Also, any particular error you're seeing, javascript related or not?

Regards,
/Dirk


level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
daniela@inet.dk
Posted: Wednesday, October 08, 2008 11:16:30 AM

Rank: Newbie

Joined: 8/27/2008
Posts: 6
Location: denmark
How I have installed a new umbraco solution from scratsh. Added a documet type, a template and a stylesheet. Added the stylesheet to the richtext... and still its the same problem.
I can se and select all my styles - but the do not have any effect.

Part of my stylesheet:
.text_8{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
color: #807F84;
font-weight: normal;
text-align : left;
}

.text_9{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #807F84;
font-weight: normal;
}
.text_10{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #807F84;
font-weight: normal;
text-align : left;
}

No error at all is shown.

Hope anyone can tell me what I´m doing wrong og a hint where to look.

Thanks in advance

Daniela Edemann
daniela@inet.dk
Posted: Monday, October 13, 2008 11:29:42 AM

Rank: Newbie

Joined: 8/27/2008
Posts: 6
Location: denmark
I´ve now tried using properties on the stylesheet and still no result.

I can see and select my properies - but still nothing happens.

And still no errors.

Hope anyone can help.

Thanks in advance.

Daniela Edemann
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.