I have a list of five affiliates whose buttons are on every page of my site. I had edited the template to make them appear at the bottom, but the marquee tags weren't working...? Do they work in the footer template?
http://thepokemon.freehostia.com/forums/ - my forum
Was this a plugin??
But they go across for me.
There is nothing in the marquee tag move </marquee> after the last image you want scrolling
are you finding the marquee code that can set the speed and enable to stop when users point the mouse over the marquee banners?
No, it's supposed to slow down upon mouseover. Here's my marquee code:
<marquee scrollamount="5" width="100%" onMouseover="this.scrollAmount=3" onMouseout="this.scrollAmount=5"> My text is here </marquee>
Yes, I copied that from my source code. I have the end marquee tag on there.
(2008-10-04, 08:09 AM)Matt_ Wrote: [ -> ]Was this a plugin??
But they go across for me.
Then it must be my browser. I use Mozzila FireFox 3.0.1. No it's not a plugin. It is a simple code I added to my footer template.
Well, if you want a better one with a frame, here's what I suggest you do:
1. Open Templates
2. Select the Index Template
3. Right Before the {$boardstats} add
<!-- start: affiliation_box -->
<table width="100%" border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse.gif" id="welcome_img" border="0" class="expander" alt="[-]" /></a></div>
<div><strong>Affiliates</strong></div>
</td>
</tr>
</thead>
<tbody style="" id="welcome_e">
<tr><td class="trow1">
<marquee onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);" scrolldelay="100"><a href="ENTER URL HERE" target="_blank">THE TITLE OF WEBSITE</a> </marquee></td></tr>
</tbody>
</table>
<br/>
<!-- end: affiliation_box -->
Oh, okay. Will it still appear in the same sppot? See, I want it on all pages and not just the index page.
Oh, ALL PAGES!
Ok, don't do it in the index.php then.
Then put it in the footer template, toy around with it and see where to put it for the best results.