Well, it doesn't seem to look right with a dark theme, so if you could find a way to allow us to edit the individual CSS settings, that would be awesome! I tried to figure it out, but without using an iFrame, when you click Upload(or "host it!"), I get taken to the new post as it is getting submitted when you click on that button. Here's what I tried to use:
PHP Code:
<fieldset class="fieldset">
<legend>Host an Image with ImageShack!</legend>
<form method="post" action="http://imageshack.us/" enctype="multipart/form-data" onsubmit="disableme('butan')">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" width="100%" border="0">
<tr valign="bottom">
<td>
<input type="hidden" name="MAX_FILE_SIZE" value="1048576">
<input type="hidden" name="aff" value="www.transitracing.com">
<input type="hidden" name="type" value="blank">
<input type="file" name="fileupload" size="30">
</td>
<td><input id="butan" type="submit" class="button" value="$vbphrase[upload]" style="width:70px" /></td>
</tr>
<tr valign="bottom">
<td>
Image Hosting by <a
href="http://imageshack.us/" target="_blank">ImageShack</a></span> - <a
href="http://imageshack.us/rules.php" target="_blank">ToS</a>
</td>
</tr>
</table>
</form>
</fieldset>
<input type="hidden" name="aff" value="
www.transitracing.com"> would change depending on your URL.
I'm thinking that ImageShack is using some PHP in their script or something, so I cannot view it via the "View Source" option in IE. Let me know if you can figure this out... ><