MyBB Community Forums

Full Version: Integrate mybb into website (not just login form)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am wanting to exclude the header and just include the main body of the forum.

I have searched the forum, but only read some tutorials about using some "Login Form" code etc...

Nothing in my search gave me the answer i needed, which is why i am asking here.

This is something i want it to look like :


[Image: integration_example.jpg]


Any help would be greatly appreciated! Big Grin
I would like this is well Big Grin
Well the logo is easy. Just modify the header template to match that of your site. The side bar would require more work but is possible.
are you looking for something like this ?

[attachment=14809]

it's not that hard actually.
just insert a splitted framework into header+footer of the forum, which features the basic layout of your website.

in your case, headmenu and sidebar framework would be integrated into the header, then the forum content comes, after that, the footer closes the whole framework.
I can live without the side blocks, that is not important.

What is confusing me is the template on which i am modifying to build our site. I do not know what to strip off of the template to place the forums, nor do i know what to do with the header template in order for it to work.

This might help (code for my site):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >

<!--
/*
* Copyright 2009 ClanTemplates.com 
* protek is a free template by Agressions and Wex at ClanTemplates.com
* No part of this file may be redistributed without written permission
* Design by Agressions - http://agressions.com
* Coded by Wex - http://esportsaid.com
* Modded by VAPOR - http://nwogaming.com
*/
-->

<head>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
	<meta name="author" content="Vapor" />
	<meta name="keywords" content="No Way Out" />
	<meta name="description" content="Anticheat Gaming Clan" />
	<meta name="robots" content="all" />
	<title>Welcome to the &quot;No Way Out&quot; gaming website!</title>

	<style type="text/css" title="currentStyle" media="screen">
		 @import "style/stylesheet.css";
    .style2 {color: #FF0000}
    .style3 {color: #FFFFFF}
    </style>
	<script type="text/javascript"><!--//--><![CDATA[//><!--
	/* sfHover Function */
		hover = function() {
			var sfEls = document.getElementById("navigation").getElementsByTagName("LI");
			for (var i=0; i<sfEls.length; i++) {
				sfEls[i].onmouseover=function() {
					this.className+=" hover";
				}
				sfEls[i].onmouseout=function() {
					this.className=this.className.replace(new RegExp(" hover\\b"), "");
				}
			}
		}
		if (window.attachEvent) window.attachEvent("onload", hover);
	//--><!]]></script>
	<!--link rel="Shortcut Icon" type="image/x-icon" href="images/favicon.ico" /-->	
</head>
<body>

<div id="container">

	<div id="page-header">
		<div class="headerbar">
		</div>
	</div>
	
	<div id="wrapper">
		<div id="banner">
			<span class="corners-top"><span></span></span>
			<h1 id="logo"><a href="#" title="No way out gaming">(NWO)</a></h1>
			<span class="corners-bottom"><span></span></span>
		</div>
		<ul id="navigation">
			<li class="btn-homepage"><a href="Http://nwogaming.com" title="Homepage">Homepage</a></li>
			<li class="btn-clannavigation">
				<a href="#" title="Clan Navigation">Clan Navigation</a>
				<ul class="dropdown">
					<li class="first"><a href="Http://nwogaming/Forum" title="Forums">Our Forums</a></li>
					<li><a href="http://battletracker.com/clanstats/aao/24243/" title="Clan Tracker">Clan Tracker</a></li>
					<li><a href="http://login.aa3.americasarmy.com/servers?server=68.232.168.147:8777" title="Server Viewer">Server Viewer</a></li>
					<li><a href="http://tools.airdaleops.com/BanSearch.aspx" title="AON Ban Search">AON Ban Search</a></li>
				</ul>				
			</li>
			<li class="btn-communitynavigation">
				<a href="Http://nwogaming.com/Forum" title="Community Navigation">Community Navigation</a>
				<ul class="dropdown">
					<li class="first"><a href="Http://nwogaming.com/Forum" title="Forums">Our Forums</a></li>
					<li><a href="http://www.americasarmy.com" title="AAO">Americas Army</a></li>
					<li>
						<a href="#" title="Anticheat Groups">Anticheat Groups</a>
						<ul class="horizontal-dropdown">
							<li class="first"><a href="http://www.aaserveradmins.net/forums/index.php?autocom=portal" title="AASA">AASA</a></li>
							<li>
								<a href="http://www.airdaleops.com" title="AON">AON</a>
								<ul class="horizontal-dropdown">
									<li class="first"><a href="http://www.airdaleops.com/index.php?action=forum" title="AON FORUMS">Aon Forums</a></li>
									<li><a href="http://www.airdaleops.com/pbsssubmission.php" title="AON SS">Submit a ss to Aon</a></li>
									<li><a href="http://www.airdaleops.com/AppForm.php" title="AON PSA">Become a PSA</a></li>
									<li><a href="http://www.airdaleops.com/index.php?action=treasury" title="AON DONATIONS">Donate to Aon</a></li>
								</ul>
							</li>
							<li><a href="http://www.pbbans.com" title="PBBANS">PBBANS</a></li>
							<li><a href="http://www.punksbusted.com/forums/index.php?act=home" title="PSB">Punksbusted</a></li>
						</ul>
					</li>
					<li><a href="http://steamcommunity.com/groups/nwog" title="NWO STEAM GROUP">Our Steam Group</a></li>
				</ul>
			</li>
			<li class="btn-community"><a href="Http://nwogaming.com/Forum" title="Forums">Community</a></li>
			<li class="btn-infotainment"><a href="http://maddox.xmission.com/" title="Maddox">Maddox</a></li>
			<li class="btn-sponsors"><a href="#" title="Sponsors">Coming Soon</a></li>
			<li class="btn-contact"><a href="#" title="Contact">Coming Soon</a></li>
		</ul>
		<div id="main">
			<div id="content">
			<div class="article">
					<h4 class="headline"><a href="http://nwogaming.com/" title="About Us">ABOUT NO WAY OUT GAMING</a></h4>
					<span class="author">posted by <a href="http://nwogaming.com/Forum/user-196.html" title="View User Profile">Vapor</a></span>
					<span class="postdate" title="July 20, 2009">July <em>20</em></span>
					<img src="images/articles/story_image.jpg" class="story-image" alt="Clan News" />			
	  <div class="story">
						<p>No Way Out gaming was formed after a parting of ways from &quot; {FOD} faces of death&quot; clan due to conflict of interest's. After the split our clan formed up very fast and has stayed around 30+ members for almost 2 years now. We are a multi gaming anti cheat clan, focused on PC gaming. Our main game of choice is <a href="http://www.americasarmy.com">America's Army</a> but we do not limit ourselves to just one game!</p>
						<p>Game list we currently play: <br />
						  <strong>Americas Army, Counter Strike Source, Day Of Defeat Source, Team Fortress 2, Left 4 Dead, Unreal Tournament 3, Quake 4, Call Of Duty 4 &amp; 5.</strong><br />
		                </p>
	  </div>
	  <ul class="more">
						<li class="first"><span class="style3">Comments</span> <span class="style2">disabled</span></li>
                        <li class="first"><a href="http://nwogaming.com/Forum/thread-596.html" title="Read the full article"></a></li>
			  </ul>
			  </div>
				<div class="article">
					<h4 class="headline"><a href="http://nwogaming.com/Forum" title="Introduction">NEW FORUMS ARE NOW ONLINE</a></h4>
					<span class="author">posted by <a href="http://nwogaming.com/Forum/user-196.html" title="View User Profile">Vapor</a></span>
					<span class="postdate" title="July 19, 2009">July <em>1</em></span>
					<img src="images/articles/story_image.jpg" class="story-image" alt="Clan News" />			
	  <div class="story">
						<p>Why the new forums?<br />
                          <br />
After a fucking horrific update attempt on the old boards...we were  forced to re-consider the &quot;stability&quot; of SMF. So after a couple of  years supporting it's software: I said goodbye to Smf and i ventured  out to find a new forum type.<br />
<br />
I found a couple of contenders, but this is what i finally settled on. This new forum software is <a href="http://www.mybboard.net/" target="_blank">MyBB</a>.<br />
This software closely resembles Phpbb and IPB....with a very clean and simple interface.</p>
						
				  </div>
			  <ul class="more">
						<li class="first"><a href="http://nwogaming.com/Forum/thread-596.html" title="Read the full article">Read full article</a></li>
						<li><a href="http://nwogaming.com/Forum/thread-596.html" title="View comments">Comments (<strong> 0 </strong>)</a></li>
						<li><span class="style3">Comments</span> <span class="style2">disabled</span></li>
				  </ul>
				</div>
				<div class="article">
					<h4 class="headline"><a href="http://www.americasarmy.com" title="AA 3 RELEASED">AMERICA'S ARMY 3 HAS BEEN RELEASED</a></h4>
					<span class="author">posted by <a href="http://www.americasarmy.com/" title="AA3 RELEASED">Vapor</a></span>
					<span class="postdate" title="June 1, 2009">July <em>1</em></span>
					<a href="http://www.americasarmy.com"><img src="images/articles/aao_released.jpg" class="story-image" alt="Americas Army 3" /></a>			
			  <div class="story">
						<p>U.S. ARMY LAUNCHES AMERICA&rsquo;S ARMY 3 PC ACTION GAME <br />
New Game in Hit Series Features New Missions, Training and Gameplay <br />
<br />
Silver Spring, MD JUNE 17, 2009 &ndash; The U.S. Army today launched America's Army 3,  the only action game that delivers an authentic and entertaining Army  experience by reflecting the training, technology, actions, and career  advancement of a Soldier within an exciting, free game experience.  Players can download the teen-rated game from Steam (<a href="http://www.americasarmy.com/steam" title="http://www.americasarmy.com/steam" target="_self">www.americasarmy.com/steam</a>), as well as from partners listed at the America's Army website (<a href="http://www.americasarmy.com" title="http://www.americasarmy.com" target="_self">www.americasarmy.com</a>).  As with previous versions of America&rsquo;s Army, AA3 will  be constantly updated to include new features and missions and to  highlight new technologies being incorporated in today's Army.</p>
						<p>&nbsp;</p>
			  </div>
			  <ul class="more">
						<li class="first"><a href="http://forum.americasarmy.com/viewtopic.php?t=296722" title="Read the full article">Read full article</a></li>
					  <li><a href="http://forum.americasarmy.com/viewtopic.php?t=296722" title="View comments">Comments (<strong> 0 </strong>)</a></li>
						<li><span class="style3">Comments</span> <span class="style2">disabled</span></li>
				  </ul>
				</div>
				<div class="article">
					<h4 class="headline"><a href="http://www.airdaleops.com/index.php" title="AON">AIRDALE OPS NETWORK</a></h4>
					<span class="author">posted by <a href="http://nwogaming.com/Forum/user-196.html" title="View User Profile">Vapor</a></span>
					<span class="postdate" title="July 19, 2009">July <em>01</em></span>
					<img src="images/articles/aon_banner.jpg" class="story-image" alt="AON airdale ops network" />			
			  <div class="story">
						<p>The Airdale Ops Network supports the Admins of the community who wish  to run their own server offering America's Army and/or Call of Duty 4  to the public.&nbsp; We have developed tools that will enable the Admins to  monitor the traffic on their servers and to determine whether players  are abiding by the Terms of Service as provided by America's Army  2&amp;3 or Call of Duty 4 or Call of Duty 5. <br />
                          <br />
Through the use of the tools provided, AON has greatly reduced the  workload of the Server Admin and have shifted the analysis of certain  game aspects to people who are experienced in determining whether  players are playing on a fair and level field of play.<br />
<br />
Airdale Ops Network has become known in the community as a supporter of  Admins striving to enhance the gaming experience.&nbsp; We have been  recognized by America's Army developers and work with the development  team to ensure that game play is done fairly.&nbsp; We also work with  Evenbalance&nbsp; in analyzing data streamed to the AON repositories for  America's Army 2 &amp; 3 and Call of Duty 4 and Call of Duty 5 .<br />
<br />
Our forums are open to the public and you will find a great deal of  support offered from other users as well as staff members of AON in all  aspects of the game.&nbsp; The best way to approach the information  contained in our forum is to read the 'Stickies' of the forum topics.  Most if not all questions will be answered in the 'Stickies'. Click on  the Quick Tips link in the menu bar, for links to the AON Admin Panels  and links to other useful tips.
<!--   /* Style Definitions */   p.MsoNormal, li.MsoNormal, div.MsoNormal  	{mso-style-parent:"";  	margin:0in;  	margin-bottom:.0001pt;  	mso-pagination:widow-orphan;  	font-size:12.0pt;  	font-family:"Times New Roman";  	mso-fareast-font-family:"Times New Roman";}  @page Section1  	{size:8.5in 11.0in;  	margin:1.0in 1.25in 1.0in 1.25in;  	mso-header-margin:.5in;  	mso-footer-margin:.5in;  	mso-paper-source:0;}  div.Section1  	{page:Section1;}  -->
Click on the Quick Tips link in the menu bar, for links to  the AON Admin Panels and links to other useful tips.
<!--[if gte mso 10]>    <style>    /* Style Definitions */    table.MsoNormalTable    {mso-style-name:"Table Normal";    mso-tstyle-rowband-size:0;    mso-tstyle-colband-size:0;    mso-style-noshow:yes;    mso-style-parent:"";    mso-padding-alt:0in 5.4pt 0in 5.4pt;    mso-para-margin:0in;    mso-para-margin-bottom:.0001pt;    mso-pagination:widow-orphan;    font-size:10.0pt;    font-family:"Times New Roman";    mso-ansi-language:#0400;    mso-fareast-language:#0400;    mso-bidi-language:#0400;}    </style>    <![endif]-->
<!--[if gte mso 9]><xml>    <w:WordDocument>    <w:View>Normal</w:View>    <w:Zoom>0</w:Zoom>    <w:PunctuationKerning />    <w:ValidateAgainstSchemas />    <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>    <w:IgnoreMixedContent>false</w:IgnoreMixedContent>    <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>    <w:Compatibility>    <w:BreakWrappedTables />    <w:SnapToGridInCell />    <w:WrapTextWithPunct />    <w:UseAsianBreakRules />    <w:DontGrowAutofit />    </w:Compatibility>    <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>    </w:WordDocument>    </xml><![endif]-->
<!--[if gte mso 9]><xml>    <w:LatentStyles DefLockedState="false" LatentStyleCount="156">    </w:LatentStyles>    </xml><![endif]-->
<!--   /* Style Definitions */   p.MsoNormal, li.MsoNormal, div.MsoNormal  	{mso-style-parent:"";  	margin:0in;  	margin-bottom:.0001pt;  	mso-pagination:widow-orphan;  	font-size:12.0pt;  	font-family:"Times New Roman";  	mso-fareast-font-family:"Times New Roman";}  @page Section1  	{size:8.5in 11.0in;  	margin:1.0in 1.25in 1.0in 1.25in;  	mso-header-margin:.5in;  	mso-footer-margin:.5in;  	mso-paper-source:0;}  div.Section1  	{page:Section1;}  -->
<!--[if gte mso 10]>    <style>    /* Style Definitions */    table.MsoNormalTable    {mso-style-name:"Table Normal";    mso-tstyle-rowband-size:0;    mso-tstyle-colband-size:0;    mso-style-noshow:yes;    mso-style-parent:"";    mso-padding-alt:0in 5.4pt 0in 5.4pt;    mso-para-margin:0in;    mso-para-margin-bottom:.0001pt;    mso-pagination:widow-orphan;    font-size:10.0pt;    font-family:"Times New Roman";    mso-ansi-language:#0400;    mso-fareast-language:#0400;    mso-bidi-language:#0400;}    </style>    <![endif]-->
<br />
Registration is not required to read the forum, but it is necessary if  you would like to post your thoughts or ask questions.&nbsp; Registration  does not cost anything and we do not use nor share any information that  is submitted through the registration process outside of recognizing  your screen name.</p>
				  </div>
			  <ul class="more">
						<li class="first"><a href="http://www.airdaleops.com/index.php" title="Read the full article">read full article</a></li>
						<li><a href="http://www.airdaleops.com/index.php" title="View comments">comments (<strong> 0 </strong>)</a></li>
						<li><span class="style3">Comments</span> <span class="style2">disabled</span></li>
				  </ul>
				</div>
				<div class="article">
					<h4 class="headline">PLAYER OF THE MONTH - JULY 2009</h4>
					<span class="author">posted by <a href="http://nwogaming.com/Forum/user-196.html" title="View User Profile">Vapor</a></span>
					<span class="postdate" title="July 19, 2009">April <em>01</em></span>
					<img src="images/articles/story_image.jpg" class="story-image" alt="Clan News" />			
					<div class="story">
						<p><strong>Our player of the month for JULY is: ROEHOEJOE<br />
						  Joe  is a fraggin machine, especially since 3.0 came out. He calls off work  just so he can frag ......u can't get anymore dedicated than that.<br />
						  Good job on POTM joseph !<br />
						  <br />
					    BOOSH</strong></p>
				  </div>
			  <ul class="more">
						<li class="first"><a href="http://nwogaming.com/Forum/thread-603.html" title="Read the full article">read full article</a></li>
						<li><a href="http://nwogaming.com/Forum/thread-603.html" title="View comments">comments (<strong> 0 </strong>)</a></li>
				  <li><span class="style3">Comments</span><span class="style2"> disabled</span></li>
				  </ul>
				</div>
			</div>
			<div id="left-sidebar">
				<div class="block clan-roster">
					<h3 class="block-title"><span>Clan Roster</span></h3>
					<ul class="roster">
						<li><a href="#" title="Vapor" onmouseover="ctRoster('Clan Founder', 'Vapor');" onmouseout="ctRosterClean();"><img src="images/users/vapor.jpg" alt="Vapor" /></a></li>
						<li><a href="#" title="Spectre" onmouseover="ctRoster('Clan Member', 'Spectre');" onmouseout="ctRosterClean();"><img src="images/users/spectre.jpg" alt="Spetre" /></a></li>
						<li><a href="#" title="Tiger" onmouseover="ctRoster('Clan Member', 'Tiger');" onmouseout="ctRosterClean();"><img src="images/users/tiger.jpg" alt="Tiger" /></a></li>
						<li><a href="#" title="Hippo" onmouseover="ctRoster('Clan Member', 'Hippo');" onmouseout="ctRosterClean();"><img src="images/users/hippo.jpg" alt="Hippo" /></a></li>
						<li><a href="#" title="Hitman" onmouseover="ctRoster('Clan Member', 'Hitman');" onmouseout="ctRosterClean();"><img src="images/users/hitman.jpg" alt="Hitman" /></a></li>
						<li><a href="#" title="Swampy" onmouseover="ctRoster('Clan Member', 'Swampy');" onmouseout="ctRosterClean();"><img src="images/users/swampy.jpg" alt="Swampy" /></a></li>
						<li><a href="#" title="Blizzard" onmouseover="ctRoster('Clan Member', 'Blizzard');" onmouseout="ctRosterClean();"><img src="images/users/deemer.jpg" alt="Blizzard" /></a></li>
						<li><a href="#" title="RoeHoeJoe" onmouseover="ctRoster('Clan Member', 'RoeHoe');" onmouseout="ctRosterClean();"><img src="images/users/user.jpg" alt="RoeHoeJoe" /></a></li>
					</ul>
					<div id="user-name"><span id="namebox">Hover over a member</span></div>
				</div>
				<div class="block recent-threads">
					<h3 class="block-title"><span>Recent Forum Threads</span></h3>
					<ul class="list-threads">
						<li><a href="http://nwogaming.com/Forum/thread-597.html" title="View Latest Post"><strong>Clan Rules & Regulations</strong><em>Category: Clan news</em></a></li>
						<li><a href="http://nwogaming.com/Forum/thread-596.html" title="View Latest Post"><strong>New Forums</strong><em>Category: Website news</em></a></li>
						<li><a href="http://nwogaming.com/Forum/thread-3.html" title="View Latest Post"><strong>How to join our clan</strong><em>Category: Recruitment</em></a></li>
						<li><a href="http://nwogaming.com/Forum/thread-461-post-3037.html#pid3037" title="View Latest Post"><strong>Tag Bans</strong><em>Category: Honor server</em></a></li>
						<li><a href="http://nwogaming.com/Forum/thread-356.html" title="View Latest Post"><strong>AON</strong><em>Category: Anticheat groups</em></a></li>
					</ul>
					<div class="showallnews"><a href="http://nwogaming.com/Forum/index.php" title="View all news">Show me all news</a></div>
				</div>
				<div class="block recent-matches">
					<h3 class="block-title"><span>Recent Matches</span></h3>
					<ul class="list-matches">
						<li class="win game-aao"><a href="#" class="game-thumb" title="View this match"><span><strong>NWO 1 vs NWO 2</strong> <dfn>Win</dfn> <em>17-3 (SF Hospital)</em></span></a></li>
						<li class="win game-aao"><a href="#" class="game-thumb" title="View this match"><span><strong>NWO 1 vs NWO 2</strong> <dfn>Win</dfn> <em>11-9 (Weapons Cache)</em></span></a></li>
						<li class="win game-aao"><a href="#" class="game-thumb" title="View this match"><span><strong>NWO 1 vs NWO 2</strong> <dfn>Win</dfn> <em>19-1 (Border)</em></span></a></li>
						<li class="win game-aao"><a href="#" class="game-thumb" title="View this match"><span><strong>NWO 1 vs NWO 2</strong> <dfn>Win</dfn> <em>15-5 (SF Village)</em></span></a></li>
						<li class="win game-aao"><a href="#" class="game-thumb" title="View this match"><span><strong>NWO 1 vs NWO 2</strong> <dfn>Win</dfn> <em>20-0 (Water Treatment)</em></span></a></li>
					</ul>
					<div class="showallmatches"><a href="#" title="View all matches">Show me all matches</a></div></div><br/><a href="http://www.gametracker.com/server_info/68.232.168.147:8777/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/68.232.168.147:8777/b_160x400_T1_F-1-2-3.png" border="0" width="160" height="441" /></a></div>
	  </div>
			<div align="center"></div>
	</div>
			<div id="right-sidebar">
				<div class="block head-sponsor">
					<h3 class="block-title"><span>Top Sponsor</span></h3>
					<div class="sponsor-image"><a href="http://www.clantemplates.com" title="CT"><img src="images/sponsors/clantemplates.png" alt="CT" /></a></div>
				</div>
				<div class="block main-sponsors">
					<h3 class="block-title"><span>Main Sponsors</span></h3>
					<div class="sponsor-image"><a href="http://www.heineken.com/usa/WOH/SplashPage/SplashPage.aspx?ReturnURL=" title="Heineken"><img src="images/sponsors/letsbrowse.png" alt="Heineken" /></a></div>
					<div class="sponsor-image"><a href="http://www.captainmorgan.com/" title="Captain Morgan"><img src="images/sponsors/esportsaid.png" alt="Captain Morgan" /></a></div>
					<div class="sponsor-image"><a href="http://www.monsterenergy.com" title="Monster"><img src="images/sponsors/monster.png" alt="Monster" /></a></div>
					<div class="sponsor-image"><a href="http://www.camelsmokes.com" title="Camel"><img src="images/sponsors/xfire.png" alt="Camel Smokes" /></a></div>
				</div>
				<div align="center">
				  <p>&nbsp;</p>
				  <p>&nbsp;<iframe src="http://www.nanospy.de/track.php?ip=vent29.gameservers.com&port=0&qport=6069&prot=ventrilo&width=190&height=520&t=html&css=dark3d" style="width:190px; height:520px; border:none; " frameborder="0" scrolling="no">Your browser doesnt support frames or is configured not to display frames.</iframe></p>
				</div>
			</div>
			<div id="footer">
				<div class="copyright">
					<a href="http://www.clantemplates.com/" class="Copyright" title="ClanTemplates">Clantemplates</a>
					<p>Copyright 2009 nwogaming.com</p>
					<p>&copy; All Rights Reserved</p>
			  </div>
		  </div>
		</div>
	</div>
	
</div>

<script type="text/javascript" src="scripts/iepngfix_tilebg.js"></script>
<script type="text/javascript" src="scripts/roster.js"></script>

</body>
</html>
[irony]oh wow.. that's the big advantage of css/div positioning compared to the old table designs .. it makes it so tremendeously easy to reposition and combine elements X,X [/irony]

can you post a link to the site, so we can see the working construction ?
and where would you want the forum to show ? in that small thin middle part ?
Here is a crude example of what i want it to look like :

[Image: layout_example.jpg]
Gave up on the html page, i am now working on integrating this with Wordpress!
Pages: 1 2