Paint toolbar Texting is not working?
The toolbars in my paint all are showing; but the toolbar to where I go to add text into my project is not showing; why would this be; and how do I add text in a paint document; just normal paint....?
January 25th, 2011 1:08pm

Hi, Thanks to share your post. For the issue, you may add the followed codes in the master page: 1. Register the necessary prefixes: <%@ Register Tagprefix=”PublishingWebControls” Namespace=”Microsoft.SharePoint.Publishing.WebControls” Assembly=”Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” %> <%@ Register Tagprefix=”PublishingConsole” TagName=”Console” src=”~/_controltemplates/PublishingConsole.ascx” %> 2. Add the control to the desired location: <PublishingWebControls:AuthoringContainer id=”authoringcontrols” runat=”server”> <PublishingConsole:Console runat=”server” /> </PublishingWebControls:AuthoringContainer> And one other useful article link: http://kite203.wordpress.com/2009/10/20/keep-your-sharepoint-rich-text-editor-toolbar-in-view/. Hope this could help you! Leo
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2011 4:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics