MyBB Community Forums

Full Version: I want to create some side boxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks.
yaldaram,

When I try to edit index template as you advised it gives:

Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

Do you know what might be a problem?
I tried to add just < div > </ div >

Doesnt work(((.

Please check http://www.selfbillionaire.com
Its fine for me.

Does the error show on index only ?
header and footer templates are editable.

but index has some kind of block
Actually the link you gave to me is tested and it doesn't shows any error you specified above.
thank you anyway.
I probably have problems with my Admin CP.
I'll try to dig into it
I have had this working but think i removed something important as my site is now all missaligned please help look here http://www.windowcleaningforums.co.uk/index.php

This is my code
DONT WORRY I SORTED IT
<!--sidebox 1-->
<div class="sidebar" style="float: right; width: 19%;">
<table width="50%" cellpadding="6" cellspacing="0" border="0" class="tborder">
<tbody>
<tr>
<td class="thead" colspan="2">
<div class="float_left" style="font-size: 11px;">Info</div><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['newbox_e']}.gif" id="newbox_img" class="expander" alt="[-]" title="[-]" /></div>
</td>
</tr>
</tbody>
<tbody style="{$collapsed['newbox_e']}" id="newbox_e">  
<tr>
<td class="trow1">List your business for free on our window cleaners directory <br /><a href="http://www.windowcleaningdirectory.co.uk/">click here</a></td>
</tr>
</tbody>
</table>
<!--sidebox 1-->

<br/>

<!--sidebox 2-->
<table width="50%" cellpadding="6" cellspacing="0" border="0" class="tborder">
<tbody>
<tr>
<td class="thead" colspan="2">
<div class="float_left" style="font-size: 11px;">Advertise with us</div><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['newbox_e']}.gif" id="newbox_img" class="expander" alt="[-]" title="[-]" /></div>
</td>
</tr>
</tbody>
<tbody style="{$collapsed['newbox_e']}" id="newbox_e">  
<tr>
<td class="trow1"><a href="http://www.windowcleaningforums.co.uk/misc.php?page=advertise"><img src="http://i86.photobucket.com/albums/k95/gavpedz/Image4-1.png" border="0" alt="Photobucket"></a></td>
</tr>
</tbody>
</table>
<!--sidebox 2-->

<br />

<!--sidebox 3-->
<table width="50%" cellpadding="6" cellspacing="0" border="0" class="tborder">
<tbody>
<tr>
<td class="thead" colspan="2">
<div class="float_left" style="font-size: 11px;">Advertisement</div><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['newbox_e']}.gif" id="newbox_img" class="expander" alt="[-]" title="[-]" /></div>
</td>
</tr>
</tbody>
<tbody style="{$collapsed['newbox_e']}" id="newbox_e">  
<tr>
<td class="trow1"><div align="center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-7393549119543193";
/* WCF right sidebar */
google_ad_slot = "3372412544";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</td>
</tr>
</tbody>
</table>
<!--sidebox 3-->



{$forums}
</div>
{$boardstats}
{$footer}
</body>
</html>
(2011-05-07, 07:09 PM)selfbilly Wrote: [ -> ]yaldaram,

When I try to edit index template as you advised it gives:

Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

Do you know what might be a problem?
I tried to add just < div > </ div >

Doesnt work(((.

Please check http://www.selfbillionaire.com

That is a google chrome error, nothing to do with mybb i get it some times just refresh the page and try again.
Pages: 1 2