|
also a text-range object is not an actual part of the document, so giving it a style will not help. text ranges are just text, although IE will let you set the HTML of a range so you could wrap it in <stong> tags.
In fact if your clients agreed they would only use your editing system with IE your task would become a lot easier.
|