Artotems Scrolling Text in iWeb
Artotems Scrolling Text in iWeb
Scrolling Text for iWeb - Moving Messages
1.Replace the Red Text that you see in the code with your own.
2. Click Apply
3. Have Fun!
1. Go to the page where you want the scrolling text to be placed.
3. Select the HTML Snippet.
1.Choose the type of scrolling text you want on the page and copy the code below and paste it into the HTML Snippet.
<div align="center"><FONT
color="ff000" size="+1"><MARQUEE bgcolor="000000" direction="right" loop="true" width=100%"><STRONG>Let's have some fun!</STRONG></MARQUEE></FONT></DIV>
<div
align="center"> <marquee bgcolor="#000000" scrollamount="2" direction="up" loop="true" width="40%"> <center> <font color="#ffffff" size="+1"><strong>Things are looking up!<br> <br> Your site is getting better every day.<br> <br> Artotems Co.</strong></font> </center> </marquee></div>
Scrolling Horizontal Code
Scrolling Vertical Code
Additional Changes
bgcolor - Color code for the text background.
FONT color - Color code for the font.
size - Size of the text.
direction - Direction of the text.
loop - True or a number indicating how many times.
width - Width of the visible area of the text.
scrollamount - Speed of the text scroll.