Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Stylesheet
posted

I've inserted an htmleditgrid on a page.  The page has certain classes defined in the stylesheet.  I'd like for those styles to show up in the grid as well when I use the classes.  For example, I have the following stylesheet:

 

.blah{ color: orange;} 

 

 When I enter the following html into the html edit box:

<span class="blah">Hey, this should be orange</span>

It's not orange.  

 

Thanks in advance,

 

Rick