Topic: PunBB overflowing past div
Hi all,
PunBB's forums aren't staying within my assigned div's, even though I believe the default table is set to 100%.
I am using the 'Kontrast' theme from punres.
Here is a live link: http://www.ratemycover.com/forum
Here is the main.tpl code:
<!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" dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
<META NAME="robots" CONTENT="index,follow">
<LINK REL=StyleSheet HREF="http://www.ratemycover.com/styles.css" TYPE="text/css">
</head>
<body>
<div id="bigpage">
<div id="container">
<div id="spacer">
<div id="header">
<pun_include "http://www.ratemycover.com/header.php">
</div>
<div class="clr"></div>
<div id="status">
<pun_include "/status.php">
</div>
<div class="clr"></div>
<div id="wrap"> <!-- just used for the background -->
<p>Test text within wrap here</p>
<!-- ............. begin punbb code ......... -->
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<pun_title>
<pun_desc>
</div>
<pun_navlinks>
<pun_status>
</div>
</div>
<pun_announcement>
<pun_main>
<pun_footer>
</div>
</div>
<!-- .................. end punbb code ..................... -->
<p>Test text within wrap here</p>
</div> <!-- end wrap -->
<div class="clr"></div>
<div id="footer">
<pun_include "/footer.php">
</div>
</div> <!-- end spacer -->
</div> <!-- end container -->
</div> <!-- end bigpage -->
</body>
</html>