problem in marquee in news and events in dynamicaly

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

problem in marquee in news and events in dynamicaly

Post by manojsemwal1 »

hi

i want to show the news and current events in news and events columns with using of marquee. in index.html page.

i used the following code
<marquee direction=up scrollamount="1" height="117" style="font-family: Verdana; font-size: 8pt" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=1" width="151" src="news.php">

but unable to marquee in html page....

anybodyn help me.

Thanks
Post Reply