Hi Chef,
Thanks for the thorough explanation.
I did what you said and there are some class changes, but there are some non-class changes such as:
OLD: <table cellpadding="0" cellspacing="1" border="0">
NEW: <table cellpadding="0" cellspacing="1" border="0" width="auto">
and
OLD: </select><input type="submit" class="button" id="inlinego" value="$vbphrase[go]" />
</div>
NEW: </select>
<input type="submit" class="button" id="inlinego" value="$vbphrase[go]" />
OLD: <div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap; float:$stylevar[right]">
<if condition="$show['pagenav']"><br /></if><strong>$vbphrase[moderation]</strong><br />
NEW: <br /><em>$vbphrase[moderation]</em>
OLD: <if condition="$show['pagenav'] OR $show['inlinemod']">
<td align="$stylevar[right]">$pagenav
NEW: <if condition="$pagenav OR $show['inlinemod']">
<td class="smallfont" align="$stylevar[right]">$pagenav
Any advice?
