• Page 1 of 1
  • 1
Adding a second container
League
Posts: 4
Reputation: 0

Message # 1 | 9:09 PM
Hey pplz i am using design number 927 and i would like to be able to add things under the main options on the left hand side of the page ... there is only one container in the customization menu and with that container everything runs to the right side of the page which is getting pretty cluttered ... any help or suggestions would be greatly appreciated If you need to see the site it is http://mkbhl.ucoz.com/

Thanks in advance for anything that ya have biggrin

Post edited by League - Saturday, 2010-10-16, 9:09 PM
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 11:22 PM
u Can do that by making Global-Blocks

How To Make Global Blocks :

- Main » Customize design » Global Blocks

Create one Named LEFT

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_LEFT$
</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:

Code
</td>

And you are done biggrin


To busy building a passive income online ;)
Post edited by Animorph - Sunday, 2010-10-17, 0:09 AM
League
Posts: 4
Reputation: 0

Message # 3 | 11:53 PM
Thanks for the info man but the find and replace by steps are not working ... says

Code
No replacements were made.
Check whether search fragment is correct
Animorph
Posts: 2856
Reputation: 189

Message # 4 | 11:57 PM
League, I just tested the replacements problem of u it works fine for me now , make sure u don't paste any space when pasting the code in the find and replace by boxes
To busy building a passive income online ;)
League
Posts: 4
Reputation: 0

Message # 5 | 11:58 PM
ok will check it through again ... thx man
Animorph
Posts: 2856
Reputation: 189

Message # 6 | 11:58 PM
League, Okay just let me know if it worked tommorow ;D
To busy building a passive income online ;)
League
Posts: 4
Reputation: 0

Message # 7 | 11:59 PM
ok yea when copy and paste you have to remove the extra space at the end of each line ... worked great thank you very much
  • Page 1 of 1
  • 1
Search: