|
Adding Scrolling Text to your Website
You can add a scrolling message to your eVetsite in the top header section (or anywhere else) of your web pages by combining your text message with a small "snipit" of HTML code.
To create a scrolling header message simply place the text message you want to use in between the HTML code for a marquee:
REGULAR PAGES:Just place the above on your page, change "Your text message" to say what you would like, and save content. Close the window. You then have to hit edit content again, save content, and close the window and your marquee will start working.
FOR HEADER: bring up the Site Header Editor under Admin Home; in the Page Editor click on Source to enter the HTML editor setting. Now paste the full line including the arrowheads into the header text field and click Save. Then click back
to see the final scrolling effect.
The default scroll delay rate is 85; to slow the scroll rate, add a higher "scrolldelay" rate such as scrolldelay=100 or scrolldelay=150, etc. Then your HTML line should look like this:
<marquee scrolldelay="150">Your text message</marquee>
|