Building Rich Text Editor. Part III

Introduction
In this article we will continue developing cross-browser compatible Rich Text Editor. In the first and the second articles of the series we have designed the layout for our editor and developed most of the text editing and formatting features.
In this iteration we will add the functionality that would allow user to insert HTML elements both arbitrary (such today's date) as well as natively supported by the designMode feature (images, links, etc).









