Quote:
Originally Posted by hIBEES
Looks great :up:
I have a small problem in that there is a space above the left hand column.
See attachment.
|
LOL... that's been addressed. I'll copy what I said in
post 6:
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 -->
I've also included this in my companion modification,
A new 'newreply' look.