Log in

View Full Version : How do I add scrolling text to my page?



jhonsmith123
03-20-2017, 03:02 AM
Keep in mind not all browsers support scrolling text. however to do this add a tag similar to the below example. < marquee >THIS WOULD SCROLL< /marquee> The above example would create the below scrolling text. If your browser supports scrolling text the below example should be scrolling. More examples can be found on our main HTML page that lists most of the HTML commands.

friendhrm
03-20-2017, 03:13 AM
Go to the page where you want to place this.
Click Edit.
Click the Source button to change to HTML.
Place this code where you want to have it scroll. ...
Type your text to replace the generic Marquee text.
Click Source again to put your text back into plain text editor mode.

sinelogixweb
03-20-2017, 06:01 AM
You can create a scrolling marquee (i.e. scrolling text or scrolling images) by using the <marquee> tag. You can make the text/images scroll from right to left, left to right, top to bottom, or bottom to top.

<marquee behavior="scroll" direction="left">Your scrolling text goes here</marquee>

OPI
03-20-2017, 07:19 AM
Go to the page where you want to place this
Click Edit
Click the Source button to change to HTML
Place this code where you want to have it scroll
<marquee>This is my scrolling message</marquee>
Type your text to replace the generic Marquee text
Click Source again to put your text back into plain text editor mode
You can now change the Font, Color, Size of your scrolling Text without being in HTML mode
Click Save Changes

educaindia
03-28-2017, 06:40 AM
Very useful Information.

Liyanscom3
04-11-2017, 02:57 AM
Very Useful Info.

alpa
04-11-2017, 02:49 PM
Very useful post thanks for sharing.