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
Anyone?