PDA

View Full Version : Bottomline Sports Ticker


kylek
10-12-2006, 08:26 AM
We would like to be able to have Espn's Bottomline Sports scoll displayed on out site but we cannot find out anywhere how to go about this. On Espn's site they mention to display on your own site "To put the BottomLine on your site, simply create a frameset with the bottom frame being exactly 44 pixels tall and point it to this address: http://espn.go.com/bottomline/espnewsbottomlinebasic.html"

What is a frameset and how does one go about creating it? Or would there be another way to add this?

Thanks!

jasonimacpt
05-06-2007, 07:05 PM
add this to a module or in the page wherever you want it to be.

<table width="100%" align="center" height="44" id="espn">
<tr width="100%" height="44">
<td heigth"44">
<iframe name='espn' id='external' style='width: 95%; height: 44px;' src='http://espn.go.com/bottomline/espnewsbottomlinebasic.html' scrolling='auto' border='0' marginwidth='0' marginheight='0' align='center' frameborder='0'></iframe>
</td>
</tr>

</table>



you can see it live at http://www.takinitdeep.com

bhen13
06-14-2007, 07:03 PM
what if you only want it on a certain thread, where do you put the code at???

Dismounted
06-15-2007, 09:49 AM
showthread - And wrap that code in conditionals.
<if condition="$threadinfo['threadid'] == THREADID">CODEABOVE</if>

bhen13
06-15-2007, 10:54 AM
what's the "codeabove" part?? I just want it on my sports page..

Dismounted
06-16-2007, 04:34 AM
The code above....