|
uCoz Community Archives Locked Adding a second container |
Adding a second container |
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 Post edited by League - Saturday, 2010-10-16, 9:09 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 »
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 To busy building a passive income online ;)
Post edited by Animorph - Sunday, 2010-10-17, 0:09 AM
|
| |||
| |||