0

I have an ASP.NET website that is a panel for managing and sending e-mails. I want people to have an editor to changed what is in the template itself (which is writing in plain HTML.) in withing my site.

But, I don't want them to see the HTML. I just need them to edit the text and not touch the CSS/HTML to not destroy the look of it. Any tips or solutions that any one may know?

3
  • best solution is use "tinymce" tinymce.com/tryit/basic.php OR Ajax Html Editor for achieving this task Commented Oct 1, 2014 at 7:24
  • Why when you try to see the source or when you subiet it shows it with no html tag, any one? Commented Oct 4, 2014 at 21:24
  • Can any one please tell me? i am wating for days now, please. Commented Oct 7, 2014 at 8:14

3 Answers 3

1

Use a free RichTextBox control in your project. You can find many open source or free controls out there.

Here's an example

http://www.freetextbox.com/

In this website you could find a list of controls that you could use.

Sign up to request clarification or add additional context in comments.

11 Comments

Vote and accept the answer if it was helpful and answered your question!
When i try to subit in the demo website, it shows it with no html tag, have any idea why?
Which demo website? and which control did you use?
freetextbox.com/demos , no matter which one, <html> is deleted and some other things when you try to save your data.
What other thing? Show your input and output and which control you use. Otherwise how can I say what's happening?
|
0

You can use Ajax "HTMLEditior" or "HTMLEditiorExtender" for this purpose

For what is HTMLEditor and how to use it follow this link HTML Editor (AJAX Tool Kit)

Comments

0

Check ckeditor which has lot of editing features and your users can do almost everything. Also it supports inline editing.

1 Comment

this should be a comment - Not an answer .

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.