Hi want add this only on index page footer
<div class="latestnewsbar"><marquee onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);">
Text or HTML here
</marquee></div>
Actualy see picture another ideas
![[Image: ScreenShot043.png]](https://camo.mybb.com/d172024870784e8f420b7c9387c47ab70a5ad505/687474703a2f2f693737382e70686f746f6275636b65742e636f6d2f616c62756d732f797936392f4e6563726f50737963686f2f53637265656e53686f743034332e706e67)
Templates > Index Templates > Index:
Find:
<dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>
<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl>
Replace with:
<div class="latestnewsbar"><marquee onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);">
Text or HTML here
</marquee></div>