1
vote
0answers
9 views

ArgumentOutOfRangeException after editing a page

I am replacing a colleague for the support of a SharePoint 2010 intranet. I have edited a page to move a webpart below another webpart. An ASP .Net exception page has been displayed after clicking the ...
0
votes
0answers
129 views

SharePoint 2010: Removing link border around image using the content editor web part

In addition to topic Remove link border from around image, I was wondering if it were possible to remove all the borders around linked images on a page using the content editor web part? I've added ...
0
votes
1answer
77 views

Setting ContentEditorWebPart ContentLink property to absolute path

To avoid adding some static HTML to my custom masterpage, and allow the end-user to easily change it by just changing an HTML file instead of the masterpage, I'm trying to embed a static ...
1
vote
1answer
136 views

Where is the Spell Checker in the Content Editor Web Part in SharePoint 2010?

Has the Spell Checker been removed from the CEWP in 2010? In 2007 users using the Rich Text option could spell check content. In 2010, the ribbon is showing no option to spell check. It does however ...
0
votes
1answer
2k views

How to resolve “Cannot retrieve the URL specified in the Content Link property”

Salvete! I have a Content Editor Web part into which I want to load a simple bit of html (just an input box and a button or two). The file is at /_layouts/myfolder/myfile.html When I use the "Test ...
0
votes
0answers
179 views

Setting Enum property in Editor Part dynamically

I have a custom web part in SharePoint 2010. It has a content editor part implemented.Content Editor part has following properties say Choice : choice1,choice2.....choice5 these are checkboxes. Choice ...
1
vote
1answer
275 views

Include Column Values in Content Editor WebPart

We want to create sites based on a site template that we're defining. We are planning on including a hidden list (containing only 1 row) with structured metadata related to that site i.e. a columns ...
3
votes
1answer
323 views

Diffferent methods of retreving site column values

I'm wondering if there are any differences between retrieving value of a site column (RichHtmlField) via PublishingWebControls:RichHtmlField vs getting its value via Container.DataItem? ...
1
vote
2answers
4k views

Change default font-size in Content Editor

I need to change the default font-size in Sharepoint 2010 Content Editor. I've tried to set .ms-rte-wpbox {...} CSS property as suggested somewhere on web but it didn't work. Any help would be ...
2
votes
1answer
521 views

Set font size for web part zone

I have SP2010 Web Part Page with several Content Editor web parts in the 'body' Web Part Zone. I would like to set the typeface and point size of the titles displayed in the web part chrome. It seems ...