Define CSS class's on tables in Sitecore -


in 1 of sitecore solutions user needs have predefined css class's can put on tables created in richtext editor office. when go table wizard can see css class dropdown list, option that's available 1 called "clear class".

how can define more class's in drop down list?

thanks.

/kim

you want find following setting in web.config:

<!--  web site stylesheet   css file html content of sitecore database.    file pointed webstylesheet setting automatically included in html , rich text fields.    using it, can make content of html fields same actual web site --> <setting name="webstylesheet" value="/default.css" /> 

whatever css file is, that's 1 can add new classes. once change it, clear browser cache , re-open browser. rte should new classes.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -