Page 1 of 1
Scrolling Marque on Home Page
Posted: Wed Sep 15, 2010 9:30 pm
by rgossard
When trying to post a Scrolling Marque code in the HTML editor for the Home Page, once I hit update only the actual message is listed on the Home Page - the rest of the code disappears.
Re: Scrolling Marque on Home Page
Posted: Wed Sep 15, 2010 10:13 pm
by FTMSupport
If you post the code you are trying to put into your home page, someone may be able to help out. But with the description you have given, it is hard to guess what the issue might be.
Re: Scrolling Marque on Home Page
Posted: Fri Sep 17, 2010 4:35 am
by dipstah
rgossard,
are you trying to use <marquee></marquee>?
it strips <marquee> tag out of the code once you hit save I think it is a depreciated tag. you might have to use some java script.
The code from this site seems to work.
http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm" onclick="window.open(this.href);return false;
-Mike
Re: Scrolling Marque on Home Page
Posted: Sat Sep 18, 2010 6:02 am
by rgossard
That worked great! Especially for a novice like me. Thanks.