This is my quiz template. Something is definately different in mine for some reason. I added the extra spaces.
Code:
<html>
<head>
<title>$bbtitle - Quizzes</title>
$headinclude
</head>
<body>
$header
<!-- breadcrumb -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth }" {tableinvisibleextra } align="center">
<tr>
<td width="100%"><normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> $joiner Quizzes</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->
<br/>
<table cellpadding="4" cellspacing="0" border="0" width="{contenttablewidth }" {tableinvisibleextra } align="center">
<tr>
<td width="55%" valign="top">
<table cellpadding="4" cellspacing="0" border="0" width="{contenttablewidth }" {tableinvisibleextra }>
<tr>
<td width="100%" valign="middle" bgcolor="{tableheadbgcolor }"><normalfont color="{tableheadtextcolor }"><b>Recently Added Quizzes</b></normalfont></td>
</tr>
</table>
<table cellpadding="4" cellspacing="0" border="0" width="{contenttablewidth }" {tableinvisibleextra }>
$quizbits
</table>
</td>
<td width="1%"> </td>
<td width="44%" valign="top">
<table cellpadding="4" cellspacing="0" border="0" width="{contenttablewidth }" {tableinvisibleextra } align="center">
<tr>
<td width="100%" valign="middle" bgcolor="{tableheadbgcolor }"><normalfont color="{tableheadtextcolor }"><b>Quiz Categories</b></normalfont></td>
</tr>
$categorybits
</table>
$easiest_hardest
</td>
</tr>
</table>
$footer
</body>
</html>
Quote:
Originally posted by TWTCommish
Sorry, THIS forum was parsing those bb Code replacements. Try it now...but remove the spaces.
|