O.K., this seems to work..I monkeyed around with it, tell me if you think it's O.K. as far as the structure of the code. I'm just hacking here and I'm no coder, so if it looks bizarre, it probably is:
Code:
<tr align="center">
<td class="alt2">
<img src="$stylevar[imgdir_statusicon]/forum_link.gif" border="0" alt="" />
</td>
<td class="alt1Active" align="$stylevar[center]" colspan="2">
<div>
$forumbit_adcode
</div>
</td>
<td class="alt1Active">
$vboptions[adintegrate_adtitle]
</td>
<td class="alt2">
-
</td>
</tr>
This formats the columns the way I want it, however it displays differently in Internet Explorer than it does in FireFox. In Firefox, it displays nice. The right margin fits within the browser screen. In IE, the right hand margin shoots off a few columns. Any ideas? I could post a few images if it will help.