Tagged Questions
1
vote
5answers
271 views
Enhanced rich text and Web Parts
In SharePoint 2010, when using SharePoint list and column type "multiple line of text" with Enhanced Rich Text option (which allows inserting images, html code etc.), how can I enable to allow ...
1
vote
0answers
154 views
Is there a way to wrap text editor content with html tags?
I'm trying to implement syntax highlighter in SharePoint and have it working, but want to be able to use it in a list using a multi-text field. I would like to wrap the text that I paste into the ...
3
votes
1answer
464 views
Unneeded DIVs added to content
Why does SharePoint add the following to text entered into rich text fields of list items?
<div class="ExternalClass85AC900AB26A481DBDC8ADAE7A02F039"><p>....</p></div>
We've ...
2
votes
2answers
543 views
Rich Text Box in sharepoint 2010
I have a custom web part which is has a rich text box. When I add any text, tables, images, etc, they get saved in the list column with the data type rich text box. So when we have couple of ...
0
votes
3answers
2k views
rich text to plain text
List consists from Title (Single line of text) and Content (Multiple lines of text - Enhanced rich text) columns.
I need to get snippet from Content column(~125 first symbols).
I've found that text ...
1
vote
1answer
133 views
Can I promote a column from plain text to rich text?
If I have an existing list with a multiple-lines-of-text column, with data, can I promote that column to be rich text?
I had a look in powershell and see that there's a richtext = false flag but it ...