Log in

View Full Version : Adding an html page to the top of the forum


nymyth
08-09-2007, 05:34 PM
So im trying to add this to the top of the site:

http://sports.espn.go.com/espn/bottomline/index

So far I have created a plugin $includedESPN and then tried to call it in my header file...no such luck.

Can anyone help me to put this at the top of my site.

Thanks.

bobster65
08-09-2007, 05:36 PM
So im trying to add this to the top of the site:

http://sports.espn.go.com/espn/bottomline/index

So far I have created a plugin $includedESPN and then tried to call it in my header file...not such luck.

Can anyone help me to put this at the top of my site.

Thanks.

Did you follow this?

1. Can I put the BottomLine on my own web site?
Yes. You are welcome to place the BottomLine on your own site with the understanding that should ESPN ask you to remove it for any reason, you must comply. Possible reasons for removal requests include displaying the BottomLine on sites containing adult/explicit material, modification or otherwise improper display of the ESPN branding, or any other reason ESPN feels is appropriate to demand removal.

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 . You must follow these directions exactly and point to this exact address for your implementation to be acceptable to ESPN. We change our BottomLine code quite frequently as improvements are made and pointing to this address ensures you are always getting the most current code.

nymyth
08-09-2007, 05:40 PM
I tried, but couldnt set up the frameset correctly.....do u know how to do this?

bobster65
08-09-2007, 05:52 PM
I tried, but couldnt set up the frameset correctly.....do u know how to do this?

As far as I know, it should look like this...

<frameset rows="1">
<frame src="http://espn.go.com/bottomline/espnewsbottomlinebasic.html" name="bottomline" frameheight=44 frameborder="0">

</frameset>

nymyth
08-09-2007, 05:54 PM
thats what i had, however the rest of my board disappears, and thats all I see

bobster65
08-09-2007, 06:07 PM
thats what i had, however the rest of my board disappears, and thats all I see

Try this and see if it changes anything...

<frameset rows="44,*>
<frame src="http://espn.go.com/bottomline/espnewsbottomlinebasic.html" name="bottomline" frameborder="0">

</frameset>

nymyth
08-09-2007, 06:12 PM
no matter I got it work...just put it in an iframe instead.

the iframe does work, however I would really like to have this in its own frame at the top so as you navigate the rest of the board, it doesnt keep refreshing....if anyone has any ideas, please help me out

Thanks.