enertia:
Long-story-short we strip all styles from our docs to keep content editors from junking them up. We use id and class selectors in our CSS and we do not use inline styles.
I guess I could create a custom button and paste in the tags? Got a tutorial on how to put tags around some pre-selected text?
~ Jason
Jason,
And use the following function:
function myUnderline()
{
// get the cute editor instance
var editor1 = document.getElementById('');
// get the active editor document
var editdoc = editor1.GetDocument();
editdoc.execCommand("Underline");
}
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx