Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Problems with Tags


Go to End


2 Posts   1124 Views

Avatar
Neobe

Community Member, 7 Posts

20 October 2009 at 10:06pm

Hi,

I´ve got some problems with the TinyMce Editor,

first of all this

<ul id="blabla">

doesn´t work, because the editor always turns this into <ul>

The second problem is that the editor is not able to handle anker Tags, always when I try to add an anker Tag

like <a name="addAccount"></a> SS says Error saving Content...

Could somebody help me ?

Thanks a lot
Best regards
Neobe

Avatar
socks

Community Member, 191 Posts

20 October 2009 at 11:02pm

I don't know why, but when you hand code the id or class in there, it won't stick.

If using a class instead of an id is acceptable, you can put the class into the editor.css file and it will show up in the Styles drop-down menu. If you apply it that way, the class will stick.

I couldn't replicate your anchor tag / saving error. I used the button on TinyMCE and I hand coded one in there. Maybe there's another issue.