You can use the Content Editor Web Part to add formatted text, tables, hyperlinks, and images to a Web Part Page.
4
votes
4answers
7k views
“the HTML source you entered might have been modified”
"the HTML source you entered might have been modified"
In SharePoint 2010, this is the scary message you get everytime you use the "edit HTML source" button with the Content Editor Web Part.
In ...
2
votes
2answers
2k views
Overwrite the default font for Content editor webpart in sharepoint 2010
I added a content editor webpart in my sharepoint page. By default it is using 'Verdan' font type. How would I change it to 'Arial' ?
3
votes
2answers
2k views
Customising Data Sheet View
I'm using SharePoint 2007, with custom list.
I'm using Content Editor web part in order to design my list.
{In my list the row color determined through the item ststus.
e.g: If the status equal to ...
0
votes
1answer
124 views
Get site url in ContentEditorWebPart content
I have added a ContentEditorWebPart to an Element file in visual studio. I want to get the current site url and place it in the content block (between the cewp:Content tags).
How would i do this?
...
0
votes
1answer
438 views
Use Content Editor and iframe to Dynamically Display Selected PDF
So I have a library with PDF documents in it and a content editor web part underneath. When I select a PDF item I would like it to display in the <iframe>. I can accomplish this with a static ...