Tuesday 16 February 2016

SharePoint Scrolling Marquee (Simple No Style)

Dear My Blog Reader,

Thinking of making my SharePoint page little unique from the normal home page!!
what about you guys ??
Lets start inserting a marquee for important information that we need to display for our organization.

Here simple, easy to implement solution, this is what I do:

1. Add a Content Editor Web Part to the page where you would like to display a marquee

2. Edit and modify the Content Editor web part properties, remove the chrome, make any other changes as desired, give the web part a meaningful name (for example, Marquee), and then select [Apply] followed by [OK]

3. Select Click here to add new content at the Content Editor Web Part

4. Locate the HTML icon within the Markup section of the ribbon, select it, and then select Edit HTML Source

5. Type in or copy and paste the code below in the HTML Source web page dialog

<FONT face="Verdana" color=#ff0000 size=2>
<P align=center>
<MARQUEE scrollDelay=95 width=500 height=16>
<DIV align=left>Note: Replace this sample text with any message applicable to your particular situation.</DIV></MARQUEE></P></FONT>

6. Select [OK] and save the page (and publish if publishing is turned on for your site)
You can change anything that is highlighted in red above, as well as the sample text in blue to suit your own needs.
Note: If SharePoint modifies the code above after you saved and it doesn't render as desired, create a TXT file containing the code above, upload the file to a document library, and reference the file via the Content Editor Web Part.

I will be writing a blog for scrolling marquee (with styles) in my next post..

Till then enjoy !! :) :)

No comments:

Post a Comment