Monday, June 8, 2009

Content Editor Webpart and the Content Deploy


To display HTML pages in Sharepoint (MOSS) using Content Editor webpart is a good solution, but its necessary to regard some issues.

Dont use URLs in the Rich Editor, because editor will transform reletive URLs in full qualified URLs, and this will mess with you website on the front end, that will be pointing to your authoring server.

Anchors (a tag in HTML) with Images doesnt work very well width the content deploy (CD), sometimes after deploy the anchor href attribute is pointing to the image URL.

MSTF solution to this last problem is easy, just edit the content in the front end, :S so why using CD ? oh well ...

For the reletive URLs check this work around:

Solution #1

Solution #2

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.