Thursday, January 10, 2013

Sharepoint : Add scrolling marquee.

I am currently been assigned to a sharepoint task.
It is a new exposure for me. There's a lot of new things that i have learned.
It just that i do not have time to share :(

Let's start with something simple.
My supervisor and I were trying to make the website more interesting.
He asked me to add a scrolling marquee image to the home page.

So this is the solution:

1. Go to edit  page and add a web part. Browse for HTML Form Web Part, click add.
2. At the web part, click Edit Web Part. You will found the source editor.
3. The the code and replace with :

<marquee behavior="scroll" direction="left" style="font-size:30px;" >Welcome to Wan Nur Akmal's site</marquee>

<marquee behavior="scroll" direction="left"><img src="/personal/194031/Shared%20Pictures/_t/smile_jpg.jpg" width="100" height="100" alt="smile" /></marquee>


4. Save the code and click OK.
5. Tadaa...Your scrolling marquee will be at the page!

1 comment:

  1. Nice article... You can also find here in with images

    https://spiq2019.blogspot.com/2020/05/add-marquee-to-sharepoint-2013-and.html?m=1

    ReplyDelete