betts02
09-17-2010, 10:00 PM
Scrolling text or images with a mouse over stop
Each is clickable to open in a new window
Instructions :
Admin - Styles And Templates - Style Manager
Template Options - Edit Templates
ForumHome Templates - ForumHome
This is where you decide where you want to place this code now
Above forums
Find
<!-- main -->
Below that add
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
<p><a href="YOUR LINK HERE " target="_blank"><font color="YOUR CHOICE"><p style="font-size:YOUR CHOICEpt;">LINK NAME HERE</p></a></p>
</marquee>
To change the direction of the scroll simply change
scroll" direction="left"
To what you want
To have it open in the same window simpy remove
target="_blank"
If you want to add an image that is clickable then simply add
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
<p><a href="YOUR LINK HERE"target="_blank"><img src="LINK TO YOUR IMAGE HERE"/></a></p>
</marquee>
To add this above the footer simply find
{vb:raw footer}
And add above it
Play around with it and see what you can do with it and see where you want to place it
Enjoy
Each is clickable to open in a new window
Instructions :
Admin - Styles And Templates - Style Manager
Template Options - Edit Templates
ForumHome Templates - ForumHome
This is where you decide where you want to place this code now
Above forums
Find
<!-- main -->
Below that add
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
<p><a href="YOUR LINK HERE " target="_blank"><font color="YOUR CHOICE"><p style="font-size:YOUR CHOICEpt;">LINK NAME HERE</p></a></p>
</marquee>
To change the direction of the scroll simply change
scroll" direction="left"
To what you want
To have it open in the same window simpy remove
target="_blank"
If you want to add an image that is clickable then simply add
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
<p><a href="YOUR LINK HERE"target="_blank"><img src="LINK TO YOUR IMAGE HERE"/></a></p>
</marquee>
To add this above the footer simply find
{vb:raw footer}
And add above it
Play around with it and see what you can do with it and see where you want to place it
Enjoy