Strange - they render just fine in posts, and were working just fine in NuWiki without the added carriage returns/etc. Here's the coding.
For [box]:
Code:
<table cellpadding="5" align="{option}">
<tr><td><table border="0" cellpadding="1" cellspacing="0" class="tborder">
<tr>
<td><table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>
<td class="alt2">{param}</td>
</tr>
</table></td>
</tr>
</table>
</td></tr>
</table>
For [frame]:
Code:
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="{option}">
<tr>
<td width="12" height="12"><img src="/images/ui/border-topleft.gif" width="12" height="12" /></td>
<td width="99%" height="12" background="/images/ui/border-topmid.gif"><img src="/images/pixel.gif" width="1" height="1" /></td>
<td width="12" height="12"><img src="/images/ui/border-topright.gif" width="12" height="12" /></td>
</tr>
<tr>
<td width="12" background="/images/ui/border-leftmid.gif"> </td>
<td>{param}</td>
<td width="12" background="/images/ui/border-rightmid.gif"> </td>
</tr>
<tr>
<td width="12" height="12"><img src="/images/ui/border-botleft.gif" width="12" height="12" /></td>
<td width="99%" height="12" background="/images/ui/border-botmid.gif"><img src="/images/pixel.gif" width="1" height="1" /></td>
<td width="12" height="12"><img src="/images/ui/border-botright.gif" width="12" height="12" /></td>
</tr>
</table>
Bookmarks