Jump to content

Problem with Codebox


Dnas
 Share

Recommended Posts

I noticed this a while ago, but keep forgeting it, so... to prevent myself from forgetting again...

The codebox tag doesn't seem to work quite like the code tag. BBCode isn't done in the code tag, but with the codebox....


This is a test
[b]Moo[/b]
[i]Frogs[/i]
Linux Rules

[spoiler]Really, it does.[/spoiler]


instead of


This is a test
[b]Moo[/b]
[i]Frogs[/i]
[size=14]Linux Rules[/size]
[spoiler]Really, it does.[/spoiler]

Link to comment
Share on other sites

because you can do this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Wildfire Games Community Forums (Powered by Invision Power Board)</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />

<style type="text/css" media="all">
@import url(style_images/css_3.css);
</style>

</head>
<body>
<div id="ipbwrapper">
<!--ipb.javascript.start-->
<script type="text/javascript">
<!--
var ipb_var_st = "";
var ipb_lang_tpl_q1 = "Please enter a page number to jump to between 1 and";
var ipb_var_s = "449caf47f1fcad8f13e43d3f462af958";
var ipb_var_phpext = "php";
var ipb_var_base_url = "http://www.wildfiregames.com/forum/index.php?amp;";
var ipb_input_f = "";
var ipb_input_t = "";
var ipb_input_p = "";
var ipb_var_cookieid = "";
var ipb_var_cookie_domain = "";
var ipb_var_cookie_path = "/";
//-->
</script>
<script type="text/javascript" src='jscripts/ipb_global.js'></script>
<!--ipb.javascript.end-->
<div>
<div><center><a href='http://www.wildfiregames.com/forum/index.php?amp;'><!--ipb.logo.start--><img src='style_images/3/forumchristmas.gif' alt='IPB' style='vertical-align:top' border='0' /><!--ipb.logo.end--></a></center><br></div>
<div id="submenu">
<p class="home"><!--ipb.leftlinks.start--><a href="http://wildfiregames.com">Wildfire Games Home</a> :: <a href="http://wildfiregames.com/0ad/">0 A.D.</a> :: <a href="http://wildfiregames.com/tla/">The Last Alliance</a><!--IBF.RULES--><!--ipb.leftlinks.end--></p>
<p><!--ipb.rightlinks.start--> <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Help">Help</a><a href="http://www.wildfiregames.com/forum/index.php?amp;act=Search&f=">Search</a><a href="http://www.wildfiregames.com/forum/index.php?amp;act=Members">Members</a><a href="http://www.wildfiregames.com/forum/index.php?amp;act=calendar">Calendar</a><!--IBF.CHATLINK--><!--IBF.TSLLINK-->
<!--ipb.rightlinks.end--></p>
</div>
</div>
<div id="userlinksguest">
<p class="pcen"><b>Welcome Guest</b> ( <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Login&CODE=00">Log In</a> | <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Reg&CODE=00">Register</a> ) </p>
</div>
<div id="navstrip"><img src='style_images/3/nav.gif' border='0' alt='>' /> <a href='http://www.wildfiregames.com/forum/index.php?amp;act=idx'>Wildfire Games Community Forums</a></div><script type='text/javascript'>
var displaymode = 'always';
var enablefade = 'no';
var autohidebox = ['no', 10];
var showonscroll = 'yes';
var IEfadelength = 1;
var Mozfadedegree = 0.05;

if (parseInt(displaymode) != NaN)
{
var random_num = Math.floor(Math.random() * displaymode);
}

function display_hover_prompt()
{
var ie = document.all && !window.opera;
var dom = document.getElementById;
var iebody = (document.compatMode == 'CSS1Compat') ? document.documentElement : document.body;
var objref = (dom) ? document.getElementById('hoverprompt') : document.all.hoverprompt;
var scroll_top = (ie) ? iebody.scrollTop : window.pageYOffset;
var docwidth = (ie) ? iebody.clientWidth : window.innerWidth;
var docheight = (ie) ? iebody.clientHeight: window.innerHeight;
var objwidth = objref.offsetWidth;
var objheight = objref.offsetHeight;
objref.style.left = docwidth/2-objwidth/2+'px';
objref.style.top = scroll_top+docheight-objheight/2+'px';

if (showonscroll == 'yes')
{
var showonscrollvar = setInterval('static_hover_prompt()', 50);
}

if (enablefade == 'yes' && objref.filters)
{
objref.filters[0].duration = IEfadelength;
objref.filters[0].Apply();
objref.filters[0].Play();
}

objref.style.visibility = 'visible';
if (objref.style.MozOpacity)
{
if (enablefade == 'yes')
{
var mozfadevar = setInterval('mozilla_hover_prompt_fade()', 90);
}
else
{
objref.style.MozOpacity = 1;
initiate_hover_prompt_hiding();
}
}
else
{
initiate_hover_prompt_hiding()
}
}

function mozilla_hover_prompt_fade()
{
if (parseFloat(objref.style.MozOpacity) < 1)
{
objref.style.MozOpacity = parseFloat(objref.style.MozOpacity)+Mozfadedegree;
}
else
{
clearInterval(mozfadevar);
controlledhidebox();
}
}

function static_hover_prompt()
{
var ie = document.all && !window.opera;
var dom = document.getElementById;
var iebody = (document.compatMode == 'CSS1Compat') ? document.documentElement : document.body;
var objref = (dom) ? document.getElementById('hoverprompt') : document.all.hoverprompt;
var scroll_top = (ie) ? iebody.scrollTop : window.pageYOffset;
var docwidth = (ie) ? iebody.clientWidth : window.innerWidth;
var docheight = (ie) ? iebody.clientHeight: window.innerHeight;
var objwidth = objref.offsetWidth;
var objheight = objref.offsetHeight;
objref.style.top = scroll_top+docheight/3-objheight/2+'px';
}

function hide_hover_prompt()
{
var ie = document.all && !window.opera;
var dom = document.getElementById;
var iebody = (document.compatMode == 'CSS1Compat') ? document.documentElement : document.body;
var objref = (dom) ? document.getElementById('hoverprompt') : document.all.hoverprompt;
objref.style.visibility = 'hidden';
if (typeof showonscrollvar != 'undefined')
{
clearInterval(showonscrollvar);
}
}

function initiate_hover_prompt_hiding()
{
if (autohidebox[0] == "yes")
{
var delayvar = (enablefade == 'yes' && objref.filters) ? (autohidebox[1]+objref.filters[0].duration)*1000 : autohidebox[1]*1000;
initiate_timer(delayvar);
setTimeout('hide_hover_prompt()', delayvar);
}
}

function initiate_timer(time)
{
var newtime = time-1000;
setTimeout('update_timer('+newtime+')', 1000);
}

function update_timer(time)
{
var timer = time/1000;
var ie = document.all && !window.opera;
var dom = document.getElementById;
if (dom)
{
var hp = document.getElementById('hptimer');
if (timer == 1)
{
hp.innerHTML = "<small><i>Prompt Closes In "+timer+" Second</i></small>";
}
else
{
hp.innerHTML = "<small><i>Prompt Closes In "+timer+" Seconds</i></small>";
}
}
var newtime = time-1000;
setTimeout('update_timer('+newtime+')', 1000);
}

function initiate_hover_prompt()
{
setTimeout('display_hover_prompt()', 100);
}

function get_cookie(Name)
{
var search = Name + "=";
var returnvalue = "";
if (document.cookie.length > 0)
{
var offset = document.cookie.indexOf(search);
if (offset != -1)
{
offset += search.length;
var end = document.cookie.indexOf(';', offset);
if (end == -1)
{
end = document.cookie.length;
}
returnvalue = unescape(document.cookie.substring(offset, end));
}
}
return returnvalue;
}

if (displaymode == 'always' || parseInt(displaymode) != NaN && random_num == 0)
{
if (window.addEventListener)
{
window.addEventListener('load', initiate_hover_prompt, false)
}
else if (window.attachEvent)
{
window.attachEvent('onload', initiate_hover_prompt)
}
else if (document.getElementById)
{
window.onload = initiate_hover_prompt;
document.cookie = 'fadedin=yes';
}
}
</script>
<style type='text/css'>#hoverprompt{position:absolute;width:300px;left:0;top:-400px;padding:4px;z-index:100;visibility:hidden}</style>
<div id='hoverprompt'><div class='borderwrap'><div class='maintitle' align='center'>Welcome To The Wildfire Games Community Forums!</div>
<table align='center' width='100%' class='row1' cellspacing='0' cellpadding='5'>
<tr>
<td align='center'>
We are a hobbyist game developer that currently develops two realtime-strategy games - <a href="http://Wildfiregames.com/0ad/">0 A.D.</a> and <a href="http://wildfiregames.com/tla/">The Last Alliance</a><br /><br />
By <a href='index.php?act=reg'>Registering</a> on our community forums you will get the ability to post and you will receive our monthly newsletter that contains features such as monthly game development summaries as well as a summary of the happenings in the community.<br />
You will also gain the ability to talk to the developers of our games. They will help you with your planned mods, your planned websites about our games, etc.. <br /><br />
We are one of the greatest and friendly communities on the internet and that's why you can benefit a lot from registering on our boards.
<br /><br />
If you are already a registered member, then you can login below<br />
<form action='index.php?act=login&CODE=01&CookieDate=1' method='post' name='LOGIN'>
User: <input type='text' maxlength='64' name='UserName' class='forminput' size='10'>
Pass: <input type='password' name='PassWord' class='forminput' size='10'>
<input type='submit' name='submit' value='Login' class='forminput'> <input type='button' value='Register' class='forminput' onclick="window.location='index.php?act=reg'">
</td>
</tr>
<tr>
<td align='center'><div id='hptimer'><!--HP_TIMER--></div><a href="#" onclick="javascript:var objref = document.getElementById('hoverprompt');
objref.style.visibility = 'hidden';">Close Window</a></td></tr>
</table></form></div></div>
<!--IBF.NEWPMBOX-->
<script type="text/javascript" src="jscripts/ipb_board.js"></script>
<table cellspacing="0" class="newslink">
<tr>
<td><b>Welcome back; your last visit was: <span>Today, 07:09 PM</span></b><!-- IBF.NEWSLINK --></td>
<td align="right" valign="middle"><form action="http://www.wildfiregames.com/forum/index.php?amp;act=Login&CODE=01&CookieDate=1" method="post">
<input type="text" size="20" name="UserName" onfocus="this.value=''" value="User Name" />
<input type="password" size="20" name="PassWord" onfocus="this.value=''" value="ibfrules" />
<input class="button" type="image" src="style_images/3/login-button.gif" />
</form> </td>
</tr>
</table>
<br /><div class="borderwrap" style="display:none" id="fc_144">
<div class="maintitlecollapse">
<p class="expand"><a href="javascript:togglecategory(144, 0);"><img src='style_images/3/exp_plus.gif' border='0' alt='Expand' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=144">Welcome</a></p>
</div>
</div>
<div class="borderwrap" style="display:show" id="fo_144">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory(144, 1);"><img src='style_images/3/exp_minus.gif' border='0' alt='Collapse' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=144">Welcome</a></p>
</div>
<table cellspacing="1">
<tr style="background-color: #adb9d3">
<td colspan="2" width="66%">Forum</td>
<td align="center" width="7%">Topics</td>
<td align="center" width="7%">Replies</td>
<td width="35%">Last Post Info</td>
</tr><!-- Forum 168 entry -->
<tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/br_redirect.gif' border='0' alt='Redirect' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=168" >Wildfire Games Communitiy Guidelines</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description</b> These our Community Guidelines. Once you start posting on our forums you automatically agree to them.</span></td>
<td align="center" class="row1">--</td>
<td align="center" class="row1">--</td>
<td class="row1"><b>Redirected Hits:</b> 12560</td>
</tr>
<!-- End of Forum 168 entry --><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=110">Community News & Community Crier</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> This is the place to keep yourself posted on new updates concerning the Wildfire Games Community Forums. Also our community newsletter - the community crier - is posted here. Wish people a happy birthday in this forum, announce when you will be gone for a while and why, etc. Keep others informed about yourself and stay informed about the other community members.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>
<td align="center" class="row1">354</td>
<td align="center" class="row1">4,032</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6851&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 05:53 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6851&view=getnewpost' title='Go to the first unread post: Weekly Community Feature #9: Dance Smilie'>Weekly Community Feature #9...</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=358'>Lorian</a></span></td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=114">Introductions</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> New to the WildFire Games community? Make sure to introduce yourself here so we can get you to know better. Please provide us with your real name, your age, your hobbies and interests, etc. That way you can find people with similar interests a better way.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>
<td align="center" class="row1">157</td>
<td align="center" class="row1">2,335</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6656&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Dec 15 2004, 10:45 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6656&view=getnewpost' title='Go to the first unread post: and along comes ...'>and along comes ...</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=426'>Uppy</a></span></td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bc_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=145">Help & Feedback</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> Here is where you get help with your forum problems. Also make sure to tell us how we are doing. What can we improve? What would you like better? Your opinion matters to us!<br /><b>Subforums:</b> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=118">Suggestions & Feedback</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=117">Community Assistance</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=112">Community Moderation Announcements</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=186">Test Posting Messages</a><br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>
<td align="center" class="row1">234</td>
<td align="center" class="row1">1,699</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6889&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 06:13 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6889&view=getnewpost' title='Go to the first unread post: Problem with Codebox'>Problem with Codebox</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=358'>Lorian</a></span></td>
</tr><tr>
<td class="catend" colspan="5"><!-- no content --></td>
</tr>
</table>
</div>
<br /><div class="borderwrap" style="display:none" id="fc_146">
<div class="maintitlecollapse">
<p class="expand"><a href="javascript:togglecategory(146, 0);"><img src='style_images/3/exp_plus.gif' border='0' alt='Expand' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=146">Community Center</a></p>
</div>
</div>
<div class="borderwrap" style="display:show" id="fo_146">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory(146, 1);"><img src='style_images/3/exp_minus.gif' border='0' alt='Collapse' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=146">Community Center</a></p>
</div>
<table cellspacing="1">
<tr style="background-color: #adb9d3">
<td colspan="2" width="66%">Forum</td>
<td align="center" width="7%">Topics</td>
<td align="center" width="7%">Replies</td>
<td width="35%">Last Post Info</td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bc_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=119">General Chat</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> Discuss anything that is on your heart here. Having trouble with real life? Want to know what everybody's life goals are? Come on in and have some light chat.<br /><b>Subforums:</b> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=133">Fun and Games</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=125">Gaming Discussion & Match-Making</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=127">Homework Discussion</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=131">Arts and Entertainment</a><br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 1 Members, 0 Guests</i></span></td>
<td align="center" class="row1">1,399</td>
<td align="center" class="row1">56,373</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6891&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 06:22 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6891&view=getnewpost' title='Go to the first unread post: I've changed the lightbulb'>I've changed the lightbulb</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=459'>Yiuel</a></span></td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=115">Hall of Intellectuals</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> Serious issues like politics, wars, religion, mathematics are discussed here. Please beware of the community guidelines and support your opinions with rational arguments, proofs and reasoning.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>
<td align="center" class="row1">323</td>
<td align="center" class="row1">6,702</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6869&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 05:16 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6869&view=getnewpost' title='Go to the first unread post: The two (or more) faces of nationalism'>The two (or more) faces of ...</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=459'>Yiuel</a></span></td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=116">Computer Desk</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> Do you have problems with software or hardware? Can't get a certain program doing what you want it to or want to know what that website of yours looks like to the others? Here is the place for such information sharing.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 1 Members, 1 Guests</i></span></td>
<td align="center" class="row1">483</td>
<td align="center" class="row1">5,717</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6834&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 07:08 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6834&view=getnewpost' title='Go to the first unread post: BitTorrent GUI on Linux'>BitTorrent GUI on Linux</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=56'>CodeOptimist</a></span></td>
</tr><tr>
<td class="catend" colspan="5"><!-- no content --></td>
</tr>
</table>
</div>
<br /><div class="borderwrap" style="display:none" id="fc_135">
<div class="maintitlecollapse">
<p class="expand"><a href="javascript:togglecategory(135, 0);"><img src='style_images/3/exp_plus.gif' border='0' alt='Expand' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=135">0 A.D.</a></p>
</div>
</div>
<div class="borderwrap" style="display:show" id="fo_135">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory(135, 1);"><img src='style_images/3/exp_minus.gif' border='0' alt='Collapse' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=135">0 A.D.</a></p>
</div>
<table cellspacing="1">
<tr style="background-color: #adb9d3">
<td colspan="2" width="66%">Forum</td>
<td align="center" width="7%">Topics</td>
<td align="center" width="7%">Replies</td>
<td width="35%">Last Post Info</td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=187">Official Announcements</a></b><br /><span class="forumdesc">This forum is where you'll find the latest announcements from the 0 A.D. staff.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>
<td align="center" class="row1">1</td>
<td align="center" class="row1">0</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6370&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Nov 7 2004, 05:25 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6370&view=getnewpost' title='Go to the first unread post: New website launched!'>New website launched!</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=142'>Vaevictis_Music</a></span></td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=17">0 A.D. General & Ideas Discussion</a></b><br /><span class="forumdesc"><b>Short Description:</b> This is the place to post general stuff concerning the game. Here you can post ideas, suggestions or just share some warstories once the game is completed.
<br /><br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 2 Members, 0 Guests</i></span></td>
<td align="center" class="row1">220</td>
<td align="center" class="row1">2,842</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6890&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 06:31 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6890&view=getnewpost' title='Go to the first unread post: Welsh'>Welsh</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=3'>Wijitmaker</a></span></td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=18">Game Modification</a></b><br /><span class="forumdesc"><b>Short Description:</b> Do you have any questions about modifying the game? What will you need to do what you want to? What are the best techniques? Discuss Modifications, Map Making, AI scripting and Random Map Scripting here.
<br /><br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>
<td align="center" class="row1">20</td>
<td align="center" class="row1">361</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=818&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Yesterday, 08:10 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=818&view=getnewpost' title='Go to the first unread post: What Do You Like The Most?'>What Do You Like The Most?</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=604'>I_Would_Say</a></span></td>
</tr><tr>
<td class="catend" colspan="5"><!-- no content --></td>
</tr>
</table>
</div>
<br /><div class="borderwrap" style="display:none" id="fc_167">
<div class="maintitlecollapse">
<p class="expand"><a href="javascript:togglecategory(167, 0);"><img src='style_images/3/exp_plus.gif' border='0' alt='Expand' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=167">The Last Alliance</a></p>
</div>
</div>
<div class="borderwrap" style="display:show" id="fo_167">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory(167, 1);"><img src='style_images/3/exp_minus.gif' border='0' alt='Collapse' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=167">The Last Alliance</a></p>
</div>
<table cellspacing="1">
<tr style="background-color: #adb9d3">
<td colspan="2" width="66%">Forum</td>
<td align="center" width="7%">Topics</td>
<td align="center" width="7%">Replies</td>
<td width="35%">Last Post Info</td>
</tr><tr>
<td align="center" class="row2" width="1%"><img src='style_images/3/bc_nonew.gif' border='0' alt='No New Posts' /></td>
<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=141">The Last Alliance</a></b><br /><span class="forumdesc"><br /><b>Subforums:</b> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=98">News</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=69">General TLA Discussion</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=93">The Green Dragon</a><br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>
<td align="center" class="row1">554</td>
<td align="center" class="row1">12,166</td>
<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6844&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 11:51 AM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6844&view=getnewpost' title='Go to the first unread post: Have you ever watched all three movies...'>Have you ever watched all t...</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=442'>dathui</a></span></td>
</tr><tr>
<td class="catend" colspan="5"><!-- no content --></td>
</tr>
</table>
</div>
<br /><!-- Board Stats -->
<div class="toplinks"><span><a href="http://www.wildfiregames.com/forum/index.php?amp;act=Login&CODE=06">Delete cookies set by this board</a> · <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Login&CODE=05">Mark all posts as read</a></span></div>
<div class="borderwrap" style="display:none" id="fc_stat">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory('stat', 0);"><img src='style_images/3/exp_plus.gif' border='0' alt='Expand' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> Board Statistics</p>
</div>
<div class="subtitlediv"><a href="http://www.wildfiregames.com/forum/index.php?amp;act=search&CODE=getnew&active=1&lastdate=86400">Today's active topics</a> · <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Stats&CODE=leaders">The moderating team</a> · <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Stats">Today's top 10 posters</a> · <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=10&sort_key=posts&sort_order=desc">Overall top 10 posters</a></div>
<div class="formsubtitle"><p class="members">125,325 posts | 587 members</p> <p>31 users online</p>
</div>
</div>
<div class="borderwrap" style="display:show" id="fo_stat">
<div class="maintitle">
<p class="expand"><a href="javascript:togglecategory('stat', 1);"><img src='style_images/3/exp_minus.gif' border='0' alt='Collapse' /></a></p>
<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> Board Statistics</p>
</div>
<table cellspacing="1">
<tr>
<th align="right" colspan="2"><a href="http://www.wildfiregames.com/forum/index.php?amp;act=search&CODE=getnew&active=1&lastdate=86400">Today's active topics</a> · <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Stats&CODE=leaders">The moderating team</a> · <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Stats">Today's top 10 posters</a> · <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=10&sort_key=posts&sort_order=desc">Overall top 10 posters</a>
</th>
</tr><tr>
<td class="formsubtitle" colspan="2">31 user(s) active in the past 60 minutes</td>
</tr>
<tr>
<td class="row1" width="1%"><img src='style_images/3/user.gif' border='0' alt='Active Users' /></td>
<td class="row2">
<b>15</b> guests, <b>16</b> members <b>0</b> anonymous members
<div class="thin"><a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=17' title='07:09 PM'><b><span style='color:#7676dd'><u>Jeru</u></span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=56' title='07:09 PM'><b><span style='color:#d00'><u>CodeOptimist</u></span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=545' title='07:08 PM'>FlipBizcut</a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=204' title='07:05 PM'><b><span style="color:#f50"><u>King Tutankhamun</u></span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=81' title='07:05 PM'><b><span style='color:#d00'><u>CheeZy</u></span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=463' title='07:04 PM'><b><span style='color:#7676dd'><u>Ykkrosh</u></span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=628' title='07:03 PM'>Sowi</a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=459' title='07:02 PM'><b><span style="color:#f50"><u>Yiuel</u></span></b></a>,
Googlebot,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=22' title='06:56 PM'><b><span style='color:#7676dd'><u>MarkT</u></span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=11' title='06:42 PM'><b><span style='color:#d00'><u>Acumen</u></span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=18' title='06:38 PM'><b><span style='color:#7676dd'><u>Gee</u></span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=24' title='06:26 PM'><b><span style='color:#040'>irishstag</span></b></a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=177' title='06:21 PM'>Nazgul11</a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=408' title='06:17 PM'>Stevethegreat</a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=358' title='06:13 PM'>Lorian</a>,
<a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=171' title='06:09 PM'><u><b><span style='color:#7676dd'><u>Sam</u></span></b></u></a></div>
<b>Show detailed by:</b> <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Online&CODE=listall&sort_key=click">Last Click</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Online&CODE=listall&sort_key=name&sort_order=asc&show_mem=reg">Member Name</a>
</td>
</tr>
<!--IBF.WHOSCHATTING--><tr>
<td class="formsubtitle" colspan="2">Board Statistics</td>
</tr>
<tr>
<td class="row1" width="1%"><img src='style_images/3/stats.gif' border='0' alt='Board Stats' /></td>
<td class="row2">Our members have made a total of <b>125,325</b> posts<br />We have <b>587</b> registered members<br />The newest member is <b><a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=629'>shadow88</a></b><br />Most users ever online was <b>87</b> on <b>Nov 10 2004, 10:27 AM</b></td>
</tr><tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>
<!-- Board Stats --><!-- no content -->
<table cellspacing="0" id="gfooter">
<tr>
<td width="45%"> </td>
<td width="10%" align="center" nowrap="nowrap"><a href="lofiversion/index.php"><b>Lo-Fi Version</b></a></td>
<td width="45%" align="right" nowrap="nowrap">Time is now: 18th December 2004 - 07:09 PM</td>
</tr>
</table>

<!-- Copyright Information -->

<div align='center' class='copyright'><a href="http://www.invisionboard.com" target='_blank'>Invision Power Board</a> v2.0.1 © 2004  <a href='http://www.invisionpower.com' target='_blank'>IPS, Inc.</a></div><div align='center' class='copyright'>Registered to: Wildfire Games</div>
</div>
</body>
</html>

Link to comment
Share on other sites

although in this case you could do this instead:

HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Wildfire Games Community Forums (Powered by Invision Power Board)</title>

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />

<style type="text/css" media="all">

@import url(style_images/css_3.css);

</style>

</head>

<body>

<div id="ipbwrapper">

<!--ipb.javascript.start-->

<script type="text/javascript">

<!--

var ipb_var_st = "";

var ipb_lang_tpl_q1 = "Please enter a page number to jump to between 1 and";

var ipb_var_s = "449caf47f1fcad8f13e43d3f462af958";

var ipb_var_phpext = "php";

var ipb_var_base_url = "http://www.wildfiregames.com/forum/index.php?amp;";'>http://www.wildfiregames.com/forum/index.php?amp;";

var ipb_input_f = "";

var ipb_input_t = "";

var ipb_input_p = "";

var ipb_var_cookieid = "";

var ipb_var_cookie_domain = "";

var ipb_var_cookie_path = "/";

//-->

</script>

<script type="text/javascript" src='jscripts/ipb_global.js'></script>

<!--ipb.javascript.end-->

<div>

<div><center><a href='http://www.wildfiregames.com/forum/index.php?amp;'><!--ipb.logo.start--><img src='style_images/3/forumchristmas.gif' alt='IPB' style='vertical-align:top' border='0' /><!--ipb.logo.end--></a></center><br></div>

<div id="submenu">

<p class="home"><!--ipb.leftlinks.start--><a href="http://wildfiregames.com">Wildfire Games Home</a> :: <a href="http://wildfiregames.com/0ad/">0 A.D.</a> :: <a href="http://wildfiregames.com/tla/">The Last Alliance</a><!--IBF.RULES--><!--ipb.leftlinks.end--></p>

<p><!--ipb.rightlinks.start--> <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Help">Help</a><a href="http://www.wildfiregames.com/forum/index.php?amp;act=Search&f=">Search</a><a href="http://www.wildfiregames.com/forum/index.php?amp;act=Members">Members</a><a href="http://www.wildfiregames.com/forum/index.php?amp;act=calendar">Calendar</a><!--IBF.CHATLINK--><!--IBF.TSLLINK-->

<!--ipb.rightlinks.end--></p>

</div>

</div>

<div id="userlinksguest">

<p class="pcen"><b>Welcome Guest</b> ( <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Login&CODE=00">Log In</a> | <a href="http://www.wildfiregames.com/forum/index.php?amp;act=Reg&CODE=00">Register</a> ) </p>

</div>

<div id="navstrip"><img src='style_images/3/nav.gif' border='0' alt='>' /> <a href='http://www.wildfiregames.com/forum/index.php?amp;act=idx'>Wildfire Games Community Forums</a></div><script type='text/javascript'>

var displaymode = 'always';

var enablefade = 'no';

var autohidebox = ['no', 10];

var showonscroll = 'yes';

var IEfadelength = 1;

var Mozfadedegree = 0.05;

if (parseInt(displaymode) != NaN)

{

var random_num = Math.floor(Math.random() * displaymode);

}

function display_hover_prompt()

{

var ie = document.all && !window.opera;

var dom = document.getElementById;

var iebody = (document.compatMode == 'CSS1Compat') ? document.documentElement : document.body;

var objref = (dom) ? document.getElementById('hoverprompt') : document.all.hoverprompt;

var scroll_top = (ie) ? iebody.scrollTop : window.pageYOffset;

var docwidth = (ie) ? iebody.clientWidth : window.innerWidth;

var docheight = (ie) ? iebody.clientHeight: window.innerHeight;

var objwidth = objref.offsetWidth;

var objheight = objref.offsetHeight;

objref.style.left = docwidth/2-objwidth/2+'px';

objref.style.top = scroll_top+docheight-objheight/2+'px';

if (showonscroll == 'yes')

{

var showonscrollvar = setInterval('static_hover_prompt()', 50);

}

if (enablefade == 'yes' && objref.filters)

{

objref.filters[0].duration = IEfadelength;

objref.filters[0].Apply();

objref.filters[0].Play();

}

objref.style.visibility = 'visible';

if (objref.style.MozOpacity)

{

if (enablefade == 'yes')

{

var mozfadevar = setInterval('mozilla_hover_prompt_fade()', 90);

}

else

{

objref.style.MozOpacity = 1;

initiate_hover_prompt_hiding();

}

}

else

{

initiate_hover_prompt_hiding()

}

}

function mozilla_hover_prompt_fade()

{

if (parseFloat(objref.style.MozOpacity) < 1)

{

objref.style.MozOpacity = parseFloat(objref.style.MozOpacity)+Mozfadedegree;

}

else

{

clearInterval(mozfadevar);

controlledhidebox();

}

}

function static_hover_prompt()

{

var ie = document.all && !window.opera;

var dom = document.getElementById;

var iebody = (document.compatMode == 'CSS1Compat') ? document.documentElement : document.body;

var objref = (dom) ? document.getElementById('hoverprompt') : document.all.hoverprompt;

var scroll_top = (ie) ? iebody.scrollTop : window.pageYOffset;

var docwidth = (ie) ? iebody.clientWidth : window.innerWidth;

var docheight = (ie) ? iebody.clientHeight: window.innerHeight;

var objwidth = objref.offsetWidth;

var objheight = objref.offsetHeight;

objref.style.top = scroll_top+docheight/3-objheight/2+'px';

}

function hide_hover_prompt()

{

var ie = document.all && !window.opera;

var dom = document.getElementById;

var iebody = (document.compatMode == 'CSS1Compat') ? document.documentElement : document.body;

var objref = (dom) ? document.getElementById('hoverprompt') : document.all.hoverprompt;

objref.style.visibility = 'hidden';

if (typeof showonscrollvar != 'undefined')

{

clearInterval(showonscrollvar);

}

}

function initiate_hover_prompt_hiding()

{

if (autohidebox[0] == "yes")

{

var delayvar = (enablefade == 'yes' && objref.filters) ? (autohidebox[1]+objref.filters[0].duration)*1000 : autohidebox[1]*1000;

initiate_timer(delayvar);

setTimeout('hide_hover_prompt()', delayvar);

}

}

function initiate_timer(time)

{

var newtime = time-1000;

setTimeout('update_timer('+newtime+')', 1000);

}

function update_timer(time)

{

var timer = time/1000;

var ie = document.all && !window.opera;

var dom = document.getElementById;

if (dom)

{

var hp = document.getElementById('hptimer');

if (timer == 1)

{

hp.innerHTML = "<small><i>Prompt Closes In "+timer+" Second</i></small>";

}

else

{

hp.innerHTML = "<small><i>Prompt Closes In "+timer+" Seconds</i></small>";

}

}

var newtime = time-1000;

setTimeout('update_timer('+newtime+')', 1000);

}

function initiate_hover_prompt()

{

setTimeout('display_hover_prompt()', 100);

}

function get_cookie(Name)

{

var search = Name + "=";

var returnvalue = "";

if (document.cookie.length > 0)

{

var offset = document.cookie.indexOf(search);

if (offset != -1)

{

offset += search.length;

var end = document.cookie.indexOf(';', offset);

if (end == -1)

{

end = document.cookie.length;

}

returnvalue = unescape(document.cookie.substring(offset, end));

}

}

return returnvalue;

}

if (displaymode == 'always' || parseInt(displaymode) != NaN && random_num == 0)

{

if (window.addEventListener)

{

window.addEventListener('load', initiate_hover_prompt, false)

}

else if (window.attachEvent)

{

window.attachEvent('onload', initiate_hover_prompt)

}

else if (document.getElementById)

{

window.onload = initiate_hover_prompt;

document.cookie = 'fadedin=yes';

}

}

</script>

<style type='text/css'>#hoverprompt{position:absolute;width:300px;left:0;top:-400px;padding:4px;z-index:100;visibility:hidden}</style>

<div id='hoverprompt'><div class='borderwrap'><div class='maintitle' align='center'>Welcome To The Wildfire Games Community Forums!</div>

<table align='center' width='100%' class='row1' cellspacing='0' cellpadding='5'>

<tr>

<td align='center'>

We are a hobbyist game developer that currently develops two realtime-strategy games - <a href="http://Wildfiregames.com/0ad/">0 A.D.</a> and <a href="http://wildfiregames.com/tla/">The Last Alliance</a><br /><br />

By <a href='index.php?act=reg'>Registering</a> on our community forums you will get the ability to post and you will receive our monthly newsletter that contains features such as monthly game development summaries as well as a summary of the happenings in the community.<br />

You will also gain the ability to talk to the developers of our games. They will help you with your planned mods, your planned websites about our games, etc.. <br /><br />

We are one of the greatest and friendly communities on the internet and that's why you can benefit a lot from registering on our boards.

<br /><br />

If you are already a registered member, then you can login below<br />

<form action='index.php?act=login&CODE=01&CookieDate=1' method='post' name='LOGIN'>

User: <input type='text' maxlength='64' name='UserName' class='forminput' size='10'>

Pass: <input type='password' name='PassWord' class='forminput' size='10'>

<input type='submit' name='submit' value='Login' class='forminput'> <input type='button' value='Register' class='forminput' onclick="window.location='index.php?act=reg'">

</td>

</tr>

<tr>

<td align='center'><div id='hptimer'><!--HP_TIMER--></div><a href="#" onclick="javascript:var objref = document.getElementById('hoverprompt');

objref.style.visibility = 'hidden';">Close Window</a></td></tr>

</table></form></div></div>

<!--IBF.NEWPMBOX-->

<script type="text/javascript" src="jscripts/ipb_board.js"></script>

<table cellspacing="0" class="newslink">

<tr>

<td><b>Welcome back; your last visit was: <span>Today, 07:09 PM</span></b><!-- IBF.NEWSLINK --></td>

<td align="right" valign="middle"><form action="http://www.wildfiregames.com/forum/index.php?amp;act=Login&CODE=01&CookieDate=1" method="post">

<input type="text" size="20" name="UserName" onfocus="this.value=''" value="User Name" />

<input type="password" size="20" name="PassWord" onfocus="this.value=''" value="ibfrules" />

<input class="button" type="image" src="style_images/3/login-button.gif" />

</form> </td>

</tr>

</table>

<br /><div class="borderwrap" style="display:none" id="fc_144">

<div class="maintitlecollapse">

<p class="expand"><a href="javascript:togglecategory(144, 0);"><img src='style_images/3/exp_plus.gif' border='0' alt='Expand' /></a></p>

<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=144">Welcome</a></p>

</div>

</div>

<div class="borderwrap" style="display:show" id="fo_144">

<div class="maintitle">

<p class="expand"><a href="javascript:togglecategory(144, 1);"><img src='style_images/3/exp_minus.gif' border='0' alt='Collapse' /></a></p>

<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=144">Welcome</a></p>

</div>

<table cellspacing="1">

<tr style="background-color: #adb9d3">

<td colspan="2" width="66%">Forum</td>

<td align="center" width="7%">Topics</td>

<td align="center" width="7%">Replies</td>

<td width="35%">Last Post Info</td>

</tr><!-- Forum 168 entry -->

<tr>

<td align="center" class="row2" width="1%"><img src='style_images/3/br_redirect.gif' border='0' alt='Redirect' /></td>

<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=168" >Wildfire Games Communitiy Guidelines</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description</b> These our Community Guidelines. Once you start posting on our forums you automatically agree to them.</span></td>

<td align="center" class="row1">--</td>

<td align="center" class="row1">--</td>

<td class="row1"><b>Redirected Hits:</b> 12560</td>

</tr>

<!-- End of Forum 168 entry --><tr>

<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>

<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=110">Community News & Community Crier</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> This is the place to keep yourself posted on new updates concerning the Wildfire Games Community Forums. Also our community newsletter - the community crier - is posted here. Wish people a happy birthday in this forum, announce when you will be gone for a while and why, etc. Keep others informed about yourself and stay informed about the other community members.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>

<td align="center" class="row1">354</td>

<td align="center" class="row1">4,032</td>

<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6851&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 05:53 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6851&view=getnewpost' title='Go to the first unread post: Weekly Community Feature #9: Dance Smilie'>Weekly Community Feature #9...</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=358'>Lorian</a></span></td>

</tr><tr>

<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>

<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=114">Introductions</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> New to the WildFire Games community? Make sure to introduce yourself here so we can get you to know better. Please provide us with your real name, your age, your hobbies and interests, etc. That way you can find people with similar interests a better way.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>

<td align="center" class="row1">157</td>

<td align="center" class="row1">2,335</td>

<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6656&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Dec 15 2004, 10:45 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6656&view=getnewpost' title='Go to the first unread post: and along comes ...'>and along comes ...</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=426'>Uppy</a></span></td>

</tr><tr>

<td align="center" class="row2" width="1%"><img src='style_images/3/bc_nonew.gif' border='0' alt='No New Posts' /></td>

<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=145">Help & Feedback</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> Here is where you get help with your forum problems. Also make sure to tell us how we are doing. What can we improve? What would you like better? Your opinion matters to us!<br /><b>Subforums:</b> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=118">Suggestions & Feedback</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=117">Community Assistance</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=112">Community Moderation Announcements</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=186">Test Posting Messages</a><br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>

<td align="center" class="row1">234</td>

<td align="center" class="row1">1,699</td>

<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6889&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 06:13 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6889&view=getnewpost' title='Go to the first unread post: Problem with Codebox'>Problem with Codebox</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=358'>Lorian</a></span></td>

</tr><tr>

<td class="catend" colspan="5"><!-- no content --></td>

</tr>

</table>

</div>

<br /><div class="borderwrap" style="display:none" id="fc_146">

<div class="maintitlecollapse">

<p class="expand"><a href="javascript:togglecategory(146, 0);"><img src='style_images/3/exp_plus.gif' border='0' alt='Expand' /></a></p>

<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=146">Community Center</a></p>

</div>

</div>

<div class="borderwrap" style="display:show" id="fo_146">

<div class="maintitle">

<p class="expand"><a href="javascript:togglecategory(146, 1);"><img src='style_images/3/exp_minus.gif' border='0' alt='Collapse' /></a></p>

<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=146">Community Center</a></p>

</div>

<table cellspacing="1">

<tr style="background-color: #adb9d3">

<td colspan="2" width="66%">Forum</td>

<td align="center" width="7%">Topics</td>

<td align="center" width="7%">Replies</td>

<td width="35%">Last Post Info</td>

</tr><tr>

<td align="center" class="row2" width="1%"><img src='style_images/3/bc_nonew.gif' border='0' alt='No New Posts' /></td>

<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=119">General Chat</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> Discuss anything that is on your heart here. Having trouble with real life? Want to know what everybody's life goals are? Come on in and have some light chat.<br /><b>Subforums:</b> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=133">Fun and Games</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=125">Gaming Discussion & Match-Making</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=127">Homework Discussion</a>, <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=131">Arts and Entertainment</a><br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 1 Members, 0 Guests</i></span></td>

<td align="center" class="row1">1,399</td>

<td align="center" class="row1">56,373</td>

<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6891&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 06:22 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6891&view=getnewpost' title='Go to the first unread post: I've changed the lightbulb'>I've changed the lightbulb</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=459'>Yiuel</a></span></td>

</tr><tr>

<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>

<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=115">Hall of Intellectuals</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> Serious issues like politics, wars, religion, mathematics are discussed here. Please beware of the community guidelines and support your opinions with rational arguments, proofs and reasoning.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 0 Members, 0 Guests</i></span></td>

<td align="center" class="row1">323</td>

<td align="center" class="row1">6,702</td>

<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6869&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 05:16 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6869&view=getnewpost' title='Go to the first unread post: The two (or more) faces of nationalism'>The two (or more) faces of ...</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=459'>Yiuel</a></span></td>

</tr><tr>

<td align="center" class="row2" width="1%"><img src='style_images/3/bf_nonew.gif' border='0' alt='No New Posts' /></td>

<td class="row2"><b><a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=116">Computer Desk</a></b><br /><span class="forumdesc"><b style="color:#666">Short Description:</b> Do you have problems with software or hardware? Can't get a certain program doing what you want it to or want to know what that website of yours looks like to the others? Here is the place for such information sharing.<br /><i>Forum Led by: <a href='http://www.wildfiregames.com/forum/index.php?amp;act=Members&max_results=30&filter=31&sort_order=asc&sort_key=name&st=0&b=1'>Community Guardians</a></i><br /><i> User(s) Active In This Forum: 1 Members, 1 Guests</i></span></td>

<td align="center" class="row1">483</td>

<td align="center" class="row1">5,717</td>

<td class="row1" nowrap="nowrap"><a href="http://www.wildfiregames.com/forum/index.php?amp;showtopic=6834&view=getlastpost" title="Go to the last post"><img src='style_images/3/lastpost.gif' border='0' alt='Last Post' /></a> <span>Today, 07:08 PM<br /><b>In:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showtopic=6834&view=getnewpost' title='Go to the first unread post: BitTorrent GUI on Linux'>BitTorrent GUI on Linux</a><br /><b>By:</b> <a href='http://www.wildfiregames.com/forum/index.php?amp;showuser=56'>CodeOptimist</a></span></td>

</tr><tr>

<td class="catend" colspan="5"><!-- no content --></td>

</tr>

</table>

</div>

<br /><div class="borderwrap" style="display:none" id="fc_135">

<div class="maintitlecollapse">

<p class="expand"><a href="javascript:togglecategory(135, 0);"><img src='style_images/3/exp_plus.gif' border='0' alt='Expand' /></a></p>

<p><img src='style_images/3/nav_m.gif' border='0' alt='>' width='8' height='8' /> <a href="http://www.wildfiregames.com/forum/index.php?amp;showforum=135">0 A.D.</a></p>

</div>

</div>

<div class="borderwrap" style="display:show" id="fo_135">

<div class="maintitle">

<p class="expand"><a href="javascript:togglecategory(135, 1);"><img src='style_images/3/exp_minus.gif' border='0' alt='Collapse' /></a><

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...