Sliding Text

0
Hi All,                     I have a scenario where I need to slide show  some text like changing the text every second in page like carousel widget for images .Can any one implement this type of behaviour?
asked
2 answers
5

Hi Sabita chinta,

 

Do you mean marquee text?

 

If it is a marquee, then I have a solution for you .

Paste this Html content inside the Html snippet  widget

<html>

   <head>
      <title>HTML marquee Tag</title>
   </head>
    <body>
<div class="marque">
      <marquee>It’s about more than the metal. It’s about responding to the ever-changing state of normal facing American manufacturing today. </marquee>
</div>
   </body>
 </html>

I hope it helps.

answered
2

Hi Sabita,

 

Kindly refer to this stack overflow portal link to achieve the above-mentioned feature. 

 

Hope this helps!

 

Regards,

Yasar

answered