The common method for inserting a blockquote in IE and Mozilla is
document.execCommand("Indent"...), which is why many WYSIWYG editors
call it Indent. The Outdent command is similar.Incidentally, the Indent command does more than simply wrap the selection in blockquote tags. It is capable of indenting a list item, which creates a nested list. Outdent works there, too. Don't get too crazy with nested lists yet, however. TinyMCE's tag balancing function can't cope with a <ul> within a <ul> or an <ol> within an <ol>. You can nest one inside the other, but only one layer deep. Andy Skelton http://andy.wordpress.com _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
