Quote:
Originally Posted by imk
how about the alignment?
|
Look at the tables holding each box. They are totally different:
HTML Code:
<table class="tborder" height="188px" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="<if condition="$show['vbstatus_forumhome']">display: block;<else />display: none;</if>margin-bottom: 20px;" id="ajax_vb_status_table">
And
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
One of them has a height and a margin. You need to be consistent of they will act differently.