Rank: Newbie Groups: Member
Joined: 11/2/2010 Posts: 5
|
A couple of quick questions, I'm just wondering how to get the File Explorer working to allow for the insertion of images? and my css does to seem to be applied to the text with in the editor
Any help greatly appriciated
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
All the sample should show you how to insert an image with FileExplorer control. Please compare your code with the sample code and also go over with the documentation to see if you can find what's not working. If you still have any specific question, we will be happy to answer. "How to get A to work with B" is too broad a question.
The editor will not use your CSS class. You must put the CSS into a separate file and apply to the Editor through its TextAreaCssFile property.
Thanks!
|