
01-15-2007, 09:59 PM
|
 |
|
|
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Reece^B
Brilliant, cheers for that mate. Just one more thing, when you view a thread it's all centred, how can I make it so its the same as the default, see below.
|
Try this:
PHP Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td valign="top" align="left" <if condition="THIS_SCRIPT != 'index'">style="padding:0;"</if> <if condition="THIS_SCRIPT == 'index'">style="padding-right:12px;"</if>>
<if condition="THIS_SCRIPT == 'index'"> <br /> <table align="left" border="1px" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"> <tr> <td class="thead"> $adtitle </td> </tr> <tr> <td class="alt1"> $leftcolumn_adcode </td> </tr> </table> </td> <td valign="top"> </if> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top" <if condition="THIS_SCRIPT != 'index'">style="padding:0;"</if>>
|