Updating Content Editor Content with Word
There are a number of reasons why users might be using content editors for page content in a SharePoint site. However this creates a fair amount of overhead when users can’t get the content to ‘look just right’. Often without HTML edit abilities users become frustrated and will give up or push content out that has been akwardly formatted.
One of the ways you might try out to help with these kinds of issues is getting users to modify and update content editor content in word. I am going to go through how this can be done (relatively easily) in a few steps here. The important steps in the process is creating an HTML document (in this case I am using word, but you could use SharePoint Designer, or any product which pushes out HTML) and then getting the content editor webpart to reference the HTML document.
- First let’s create our web page content in word. It’s important to keep the size of the webpart in mind when we build the content and users MUST insert images as links (from the SharePoint site or internet) as embedded images won’t display. Here is an article on this: http://blogs.msdn.com/ecm/archive/2006/11/17/converting-office-2007-openxml-documents-with-embedded-images-to-sharepoint-web-pages.aspx *Note we are doing a process similar to smart client authoring/conversion. We are just doing it more manual for greater control/flexability.
- Save the word document as the HTML/HTM file type. You can do this simply by choosing SAVE AS and saving it under the HTML file type.

- Next we need to upload our HTML (or HTM) file to a SharePoint library.
- Navigate to the page you want the content to be displayed on and add a new content editor webpart.
- Now let’s edit the newly added content editor webpart’s properties. Namely the Content Link property and set that to reference the HTML or HTM file we just added. To do this you can right click the link in the document library and click copy shortcut and then paste the shortcut into the content link field.


- Click OK and save the edited properties.
- Voila we should now see the content (built in word) showing on our webpage through the content editor. If we want to modify the content we just need to open the document in word, make our changes and save it to the server. Immediately updating the content on the webpart.
There are two advantages to using a process like this:
- You get content version history and version control. Normal webparts don’t really have version control, so by using a document libraries content like this we can enable versioning and go back to previous versions in case something mucks up.
- Any user with access to the content can change it just like a word document (more or less) making it require far less training and effort for people to update than the typical SharePoint methods that can cause alot of confusion.
Hope this helps someone who wants to use document conversion for SharePoint but needs a more flexable model for page content,
Richard Harbridge
Tags: SharePoint Content Editor Webpart, Web Content, Workaround
You can comment below, or link to this permanent URL from your own site.
May 21, 2009 at 10:40 am
Interesting technique that I haven’t used or had forgotten about. How do you see this comparing to blogging from Word? I like that the blog integration handles the images.
May 21, 2009 at 2:43 pm
I like the blogging from word more for sure. This is just a method that gets around issues around smart client authoring and the such, where you want to roll up multiple ‘sources’ into a page for it’s content. In terms of blogging I would stick with word or livewriter.
Thanks for the question and feedback!
Richard Harbridge
October 8, 2009 at 12:19 am
I need a Content Editor which can have a number of toolbars that easily helps me create my pages. There must be default number of tools when you first open the editor but more can be viewed if needed.
Can i do this by content editor provided in sharepoint
or i have to customize the editor or need to create another web part.. Plz.. suggest me its urgent…..
October 8, 2009 at 7:12 am
My recommendation would be NOT to use the Content Editor Webpart in most publishing sites. If you can, use the field control or HTML editor instead which gets embedded into the page. You define the layout and can add reusable HTML, your own buttons, remove buttons, etc with this control, where as the content editor webpart is much harder to manipulate/change.
http://sharepointkb.wordpress.com/2008/08/01/how-to-customize-and-remove-buttons-from-the-html-editor/
I would need more information on what your needs are to give better advice. Carefully consider what your needs are, because most other people out there have most likely met, or run into those same needs and found solutions for it.