u Can do that by making Global-Blocks
How To Make Global Blocks :
- Main » Customize design » Global Blocks
Create one Named RIGHT
After that put this code in there:
Code
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="width:200px;">
<!-- <sblock_menu> -->
<?if($SMENU_1$)?>
<!-- <bc> -->$SMENU_1$<!-- </bc> -->
<?endif?>
<!-- </sblock_menu> -->
<!-- <block9> -->
<div class="boxTable"><h1 class="boxTitle"><!-- <bt> --><!--<s5204>-->BLOCK TITLE<!--</s>--><!-- </bt> --></h1><div class="boxContent" style="padding:5px 0 10px 0;"><!-- <bc> --><!--<s1546>--><li>BLOCK CONTENT</li><!--</s>--><!-- </bc> --></div></div><div class="clear"></div>
<!-- </block9> -->
</td>
After that go to:
-Main » Customize design » Quick replacement »
Find:
Code
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="width:200px;">
<!-- <sblock_menu> -->
<?if($SMENU_1$)?>
<!-- <bc> -->$SMENU_1$<!-- </bc> -->
<?endif?>
<!-- </sblock_menu> -->
</td>
Replace by:
Code
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="width:200px;">
$GLOBAL_RIGHT$
</td>
Now that was the part to add the block , now i'm gonna show u how to Edit the box to your needs or even to add more boxes
Again go to >> Main » Customize design » Global blocks » Press theLEFTLink
This is a Block or Box
Code
<!-- <block9> -->
<div class="boxTable"><h1 class="boxTitle"><!-- <bt> --><!--<s5204>-->BLOCK TITLE<!--</s>--><!-- </bt> --></h1><div class="boxContent" style="padding:5px 0 10px 0;"><!-- <bc> --><!--<s1546>--><li>BLOCK CONTENT</li><!--</s>--><!-- </bc> --></div></div><div class="clear"></div>
<!-- </block9> -->
This is the Code u will have in The LEFT BLOCK
Code
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="width:200px;">
<!-- <sblock_menu> -->
<?if($SMENU_1$)?>
<!-- <bc> -->$SMENU_1$<!-- </bc> -->
<?endif?>
<!-- </sblock_menu> -->
<!-- <block9> -->
<div class="boxTable"><h1 class="boxTitle"><!-- <bt> --><!--<s5204>-->BLOCK TITLE<!--</s>--><!-- </bt> --></h1><div class="boxContent" style="padding:5px 0 10px 0;"><!-- <bc> --><!--<s1546>--><li>BLOCK CONTENT</li><!--</s>--><!-- </bc> --></div></div><div class="clear"></div>
<!-- </block9> -->
Add the BLoks u wan't in here:
</td>
Alway's add the block before the
Tag:
And you are done
make sure u don't paste any space when pasting the code in the find and replace by boxes