html-editor

RichTextBox (.NET Winforms) problem (or alternative)

Hello! I have a problem with .Net's RichTextBox control. It seems that it doesn't support table cell formatting, which is funny because most of the time I create tables I want the cell contents to be right-aligned (numbers, currency). If I try to open a WordPad document in RichTextBox, it ignores (and actually removes) the commands fo...

How do I make VS2008 place double quotes around intellisense offerings

I am in the HTML editor (building an ASP.NET MVC view) and coding up HTML. The editor is handy with intellisense for various attributes, but when I select whatever VS2008 offers, it never places double quotes around them, as HTML says you should. For instance: <head runat= offers server, but when I select it, I get: <head runat=s...

Which WYSIWYG editor is best for a content managment site?

The editor I require, needs to be easy to use. Even for people with absolutely no HTML knowledge The projects I have tried are: TinyMCE ckeditor.com What I'm looking for is: Editor like TinyMCE editor with a live view like in stackoverflow site. A way to insert pictures, and arrange them in the article. EDIT: THe best solution ...

Freeware HTML Editor for Mac similar to Taco HTML Edit

What is a good, free HTML editor for Mac with features similar to Taco HTML Edit (component library, preview, etc.). ...

Any good, visual HTML5 Editor or IDE?

Hi All, Well it looks like Dreamweaver CS5 will try to smoother the HTML5 thing for a few more years (weeks actually). Seems like the next rung down is right to Notepad! Anyone know a good HTML5 editor with a visual/preview/style leaning? Eclipse with some pluggin? (Seems like the market will be begging for it soon.) Thanks ...By t...

How is the image floating implemented in the new Google Docs?

The new Google Docs allow an image to be placed in the middle of the text, something like "float: center" if it existed in HTML/CSS. As this is impossible to achieve in HTML/CSS, I was wondering how is this implemented? Some JavaScript taking over the native rendering of text paragraphs? Out of curiosity, I downloaded such document as a...

display HTML content from database with formatting in it

Hi all, I have used wmd-editor in my cakephp v1.3 application. The config which I have written is as follows: wmd_options = { output: "HTML", lineLength: 40, buttons: "bold italic | link blockquote code image | ol ul heading hr", autostart: true }; When I submit the form ...