Quote:
Originally Posted by Greek76
.... I get a big gap on top of the tags text box. Any idea on how to fix that? Thanks
|
I had this problem without the tag suggestions turned on.
I added valign="top" to the left side's table data tag, which fixed it for me (highlighted in red in the codebox below).
I also changed the width to 335 pixels, so that the right side message editing area can float as desired to fit my fluid width style (highlighed in blue below).
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<td class="tcat" colspan="2">
<span class="smallfont" style="float:$stylevar[right]"><strong>$vbphrase[forum]</strong>: <a href="forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]">$foruminfo[title]</a></span>
$vbphrase[post_new_thread]
</td>
<tr>
<td width="335px" valign="top" class="alt2"><if condition="$show['podcasturl']">
<!-- podcast stuff -->