Ściągnąłem darmowy szablon, dodałem do niego kolumnę, ale nie wiem jak ustalic jej szerokość. fragment który dopisałem jest w kolorze czerwonym.
probowalem dodac width="200" ale nie działa.

<!-- Begin Main Area -->
<div class="main">
<table border="0" cellpadding="0" cellspacing="0" class="maintable">
<tr>
<?php if(mosCountModules('left')) { ?>
<td class="leftcol">
<div class="left">
<?php mosLoadModules('left',-2); ?>
</div>
</td>
<?php } ?>
<td class="rightcol<?php echo $wide; ?>">
<div class="right">
<?php if(mosCountModules('user1')) { ?>
<div class="user1">
<?php mosLoadModules('user1',-2); ?>
</div>
<?php } ?>
<?php mosMainBody(); ?>
<?php if(mosCountModules('user2')) { ?>
<div class="user2">
<?php mosLoadModules('user2',-2); ?>
</div>
<?php } ?>
</div>
</td>
<td class="rightcol">
<div class='left'>
<?php mosLoadModules('right',-2); ?>
</div>
</td>

</tr>
</table>
</div>
<!-- End Main Area -->