Here's how I fixed my template problem.
Replace everything in your
quickhost_bits template with this.
Code:
<fieldset class="fieldset"><legend>Upload your images to ImageShack</legend>
<div style="padding:$stylevar[formspacer]px">
<iframe src="http://imageshack.us/iframe.php?txtcolor=111111" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="100"> You must
have an iframe-compatable browser to view the ImageShack.us upload form.</iframe></div></fieldset>
*Took out the table and increased the height of the iframe to 100.
And replace the code you add to the
modifysignature template with this.
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Need Your Image Hosted? </td>
</tr>
<tr>
<td class="alt1">$vbphrase[quicksighost_intro]<br /><br />$quickhost_bits</td>
</tr>
</table>
<br />