Srivastava
Srivastava

Reputation: 3578

Menu bar in asp.net application

I want to add a menu bar with drop down list in the web page so that the user can select the desired font size,font style and font color for the text they need to write in the page for further post.How to do this?

Can you guys please help me .....

Upvotes: 0

Views: 309

Answers (1)

Mr Grok
Mr Grok

Reputation: 3956

It sounds like you are looking to enable a user to add rich text (much like you can in stack overflow when posting a question). If so, the most common solutions are ckeditor and tinymce.

Upvotes: 1

Related Questions