NEed Help in That
i have installed ultimate side colums hacks and
how i can chage the length of each table as in pic i want to change the length of 1 and 2nd table
template of this hack
need help please
usc_sidecolumn_left template
<td width="200" valign="top">
<br />
<!-- Edit Below This Line Only - Do Not Edit Above This Line! -->
<table width="100%" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder">
<if condition="$vboptions[usc_left_title]">
<tr>
<td class="tcat">
$vboptions[usc_left_title]
</td>
</tr>
</if>
<if condition="$vboptions[usc_left_block1]">
<tr>
<tr>
<td class="alt1">
$vboptions[usc_left_block1]
</td>
</tr>
</if>
<if condition="$vboptions[usc_left_block2]">
<tr>
<td class="alt1">
$vboptions[usc_left_block2]
</td>
</tr>
</if>
<if condition="$vboptions[usc_left_block3]">
<tr>
<td class="alt1">
$vboptions[usc_left_block3]
</td>
</tr>
</if>
<if condition="$vboptions[usc_left_block4]">
<tr>
<td class="alt1">
$vboptions[usc_left_block4]
</td>
</tr>
</if>
<if condition="$vboptions[usc_left_block5]">
<tr>
<td class="alt1">
$vboptions[usc_left_block5]
</td>
</tr>
</if>
<!-- additional blocks go here -->
<!-- to use an additional block uncomment the next section and enter HTML directly into the template. Replicate this code as required -->
<!--
<tr>
<td class="alt1">
Additional Block Content
</td>
</tr>
-->
</table>
</td>
<!-- do not edit below this point -->
<td width="$stylevar[spacersize]">
</td>
|