Topic: where all that java at?
hi again. i created a template and basically just plopped punbb right in the middle of it.
my main.tpl looks like this.
<pun_include "../site_header.php">
<br>
<table align="center" width="600">
<tr>
<td>
<table class="punmain" cellspacing="1" cellpadding="4">
<tr class="punhead">
<td class="punhead">
<span class="puntitle"><pun_title></span><br>
<pun_desc>
</td>
</tr>
<tr>
<td class="puncon1">
<pun_navlinks>
<div align="right"><a target="_blank" href="http://www.f8klan.com/irc/chatpage.php">OPEN CHAT FEATURE</a></div>
<pun_status>
</td>
</tr>
</table>
<pun_announcement>
<pun_main>
<pun_footer>
<br>
</td>
</tr>
</table>
<pun_include "../site_footer.php">
i wrapped my site around it by including a header and footer. anybody know how i can get all this junk back into my header?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>">
<pun_head>
</head>
<body<pun_body>>
my internet explorer users are getting bomb barded with java script errors.
www.thleague.com/forum
is where im working on it now.