index.php line that say about left module position
Quote
</div></td>
<td valign="right"><div id="right">
<?php if (mosCountModules('right')>0) mosLoadModules('right',-2); ?>
</div></td>
</div></td>
<td valign="leftt"><div id="left">
<?php if (mosCountModules('left')>0) mosLoadModules('left',-2); ?>
</div></td> </tr>
<td valign="right"><div id="right">
<?php if (mosCountModules('right')>0) mosLoadModules('right',-2); ?>
</div></td>
</div></td>
<td valign="leftt"><div id="left">
<?php if (mosCountModules('left')>0) mosLoadModules('left',-2); ?>
</div></td> </tr>
and in css
Quote
}
#left {
width: 185px;
padding-top: 20px;
text-align: left;
}
#left div.moduletable h3 {
background-image: url(../images/bg_th.png);
background-repeat: no-repeat;
height: 40px;
font-size: 18px;
line-height: 40px;
}
#maincontent {
text-align: center;
padding-left: 25px;
padding-top: 20px;
padding-right: 20px;
width:587px;
}
#right {
width: 185px;
padding-top: 20px;
text-align: left;
}
#right div.moduletable h3 {
background-image: url(../images/bg_th.png);
background-repeat: no-repeat;
height: 40px;
font-size: 18px;
line-height: 40px;
}
#left {
width: 185px;
padding-top: 20px;
text-align: left;
}
#left div.moduletable h3 {
background-image: url(../images/bg_th.png);
background-repeat: no-repeat;
height: 40px;
font-size: 18px;
line-height: 40px;
}
#maincontent {
text-align: center;
padding-left: 25px;
padding-top: 20px;
padding-right: 20px;
width:587px;
}
#right {
width: 185px;
padding-top: 20px;
text-align: left;
}
#right div.moduletable h3 {
background-image: url(../images/bg_th.png);
background-repeat: no-repeat;
height: 40px;
font-size: 18px;
line-height: 40px;
}
i am not able to figure this out
