
MikeB
Staff
/ Moderator

Sep 14, 2005, 4:33 PM
Post #1 of 19
(13808 views)
Shortcut
|
Tutorial : Pasting content from Word into the WYSIWYG editor
|
Can't Post
|
|
Hi Everyone, I've come across a bit of code that I think will be pretty helpful if you're using Article Manager 1.40 and the new WYSIWYG editor. In the new editor there is actually a button you can use that will strip out most of the code that is added when you paste Microsoft Word content into Article Manager. To add this button you'll want to open up /templates/interface/_interface.html in an HTML/Text editor of your choice. I'd recommend making a backup of this file before you make any changes to it. I've also attached a copy of _interface.html with my post that you can upload onto your server and use. If you're going to make the change yourself you'll want to find this line of code (it should be around line 185): "JustifyLeft","JustifyCenter","JustifyRight", "|","Numbering","Bullets","Indent","Outdent", "BRK", You can make a quick modification to this line so it looks like this: "JustifyLeft","JustifyCenter","JustifyRight", "|","Numbering","Bullets","Indent","Outdent", "|","PasteWord", "BRK", You can then save this template file re-upload it back onto your server. To use the new "Paste from Word" button, simply copy your content from Word, click the "Paste from Word" button in the WYSIWYG editor and paste your Word content into the popup window. If you view the source of your content in Article Manager you'll see that most of the extra code that is usually added by Word is not there. I hope you find this helpful and if you have any questions you can feel free to let me know! Cheers, Mike Briggs - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
(This post was edited by MikeB on Oct 6, 2005, 3:18 PM)
|