Simple question. I followed the instructions and my forum is spaced out ready for content on left. Thing is, I can't get any content to show up when I paste it in sidebar template; I tried pasting it in "my content" and then in "some stuff here". Nothing.
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="width:100%">
<tr align="center">
<td class="thead"><span class="smallfont"><b>My Content</b></span></td>
</tr>
<tr>
<td class="alt1">some stuff here</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
|