PDA

View Full Version : Scrolling forums


BoNfiRe
05-20-2004, 09:00 AM
How do I ;)

I tried lots of things, and the only thing I could get to scroll was the whole site which was kinda funny but not quite what I wanted.

I take it you gotta put it in latesttopics.php as I had no joy by putting it anywhere in the templates.

This is the code i'm trying to use:
echo "<A name='scrollingCode'></A><MARQUEE behavior='scroll' align='center' direction='up' height='220' scrollamount='2' scrolldelay='20' onmouseover='this.stop()' onmouseout='this.start()'>";

I can't code I just know how to convert html to php ;)

I thought of adding it near where it calls for the template but that didn't work either so any help would be greatly appreciated.

TIA B

Brian
05-20-2004, 11:32 AM
Echoing it in the PHP file is only going to cause it to be the first thing printed out on the page. It needs to be in a template, or set as a variable in the PHP file and then that variable added in a template.

Our Sponsors
 

BoNfiRe
05-20-2004, 01:13 PM
sweet thx for the help Brian got it to work :)