If you have a header or footer on your website that dynamically scrolls images (usually sponsor logos), you'll need to edit those slightly differently than you edit other content, to make sure the scrolling function does not break.
If you are going to be adding a new image, you need to first upload that image:
1. Go to Communications > Manage Web Content.
2. Create a new web content record, and set it as an Image content format. Upload the image.
3. Click Copy URL.
You now need to add that image's URL to the scroller code:
1. Open the content record containing the slideshow/scroller. Go to Communication > Manage Web Content and search for the scroller HTML web content record (searching in the Content Type "Home." It is usually named "Top Scroller" or "Bottom Scroller," etc.)
2. Click on the HTML Content tab of the web content record.
3. To replace an existing logo, remove the URL of the image you want to replace (sample highlighted below), and replace it by pasting in the copied URL of the image that you uploaded (outlined in the steps above).
4. To add a new logo without removing an existing one, add the following in the location between the existing logos where you want the new item to appear: <img src="http://newlogoURL.com" />. See sample below:
5. Click Save.