2010-01-18, 10:56 PM
As I see you just use HTML so you can enable "MyBB Template" (this will include MyBB header footer automatically) and put this in content area only:
If you want to build header and footer manually you have to load them with PHP. Also have a look at the example pages: http://community.mybboard.net/thread-63357.html
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="875" height="600">
<param name="WMode" value="Transparent">
<param name="movie" value="http://www.pazrt.com/forum/images/aboutus.swf">
<param name="quality" value="high">
<embed src="http://www.pazrt.com/forum/images/aboutus.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="875" height="600" wmode="transparent"></embed>
</object>
<p>
Website designed and built by: <a href="http://www.pazrt.com/forum/user-rocketfoot"><b>RocketFoot</b></a> and <a href="http://www.pazrt.com/forum/user-andrewjs18"><b>andrewjs18</b></a>. Hosted by: <a href="http://www.pazrt.com/forum/user-FireGS"><b>FireGS</b></a>. Member list maintained by: <a href="http://www.pazrt.com/forum/user-Ronnie77"><b>Ronnie77</b></a>
</center>
If you want to build header and footer manually you have to load them with PHP. Also have a look at the example pages: http://community.mybboard.net/thread-63357.html