MyBB Community Forums

Full Version: Accu Weather
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi to all wonder how to add this code i n forum rules box any ideas how to fix it to works in mybb

<div style='width: 728px; height: 90px; background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/winter2_728x90_bg.jpg ); background-repeat: no-repeat; background-color: #7CADEE;' ><div id='NetweatherContainer' style='height: 74px;' ><script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweather&tStyle=normal&logo=1&zipcode=EUR|BA|BK001|MOSTAR|&lang=eng&size=11&theme=winter2&metric=1&target=_self'></script></div><div style='text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 11px; line-height: 16px; color: #0000FF;' ><a style='color: #0000FF' href='http://www.accuweather.com/world-index-forecast.asp?partner=netweather&locCode=EUR|BA|BK001|MOSTAR|&metric=1' >Weather Forecast</a> | <a style='color: #0000FF' href='http://www.accuweather.com/maps-satellite.asp' >Weather Maps</a> | <a style='color: #0000FF' href='http://www.accuweather.com/index-radar.asp?partner=accuweather&zipcode=EUR|BA|BK001|MOSTAR|' >Weather Radar</a> | <a style='color: #0000FF' href='http://hurricane.accuweather.com/hurricane/index.asp' >Hurricane Center</a></div><img style='float: right; padding-right: 5px;' src='http://vortex.accuweather.com/adc2004/common/images/misc/netweather_v2/adcwhite.png' /></div></div>

http://netweather.accuweather.com/adcbin...-page1.asp
In templates from ACP?
yes in ACP but want add it in forum&rules edit forum option rules box
script code doesn't run on rules box ; if you want it on rules box then make a separate html file with above code on
forum's directory AND embed it using iframe code ( eg. <iframe src="accuweather.html" width="100%"></iframe> )
(2012-02-15, 06:53 PM)ranjani Wrote: [ -> ]script code doesn't run on rules box ; if you want it on rules box then make a separate html file with above code on
forum's directory AND embed it using iframe code ( eg. <iframe src="accuweather.html" width="100%"></iframe> )

Thanks but you tell my nothing becouse i am noob for coding
so any similiar plugin who run accu weather??
^ you can just copy above code in a file as accuweather.html AND upload to forum's main folder . AND use iframe code as given above ..