My ID in editor

Hi,


Some my users have rights to create “News Item” in news folder.

But some news need to have in summary:[codebox]<div id=“pokl”><p>News summary.</p></div>[/codebox]

(like this: http://www.wup-katowice.pl/news/konkurs_do_poddzia322ania_8.1.1_po_kl )

For me it is no problem to switch to src and add this <div id…

But users are non technical people and they use only WYSIWYG editor.



It is possible to connect my id’s and classes from designs to editor?



Regards

Arek


I would use a paint layout, and conditional keywords. You can have a regex look to see if an asset attribute is filled, and if so, print a block of code, and if it is not, then don't print it. This is what we do with news items, single calendar events, and almost anything!

Does this help?