This is what my themsidebox code reads..
Code
}
function themesidebox($block) {
global $bgcolor1, $bgcolor2;
if (empty($block['title'])) {
echo "<font class='boxcontent'>$block[content]</font>";
}
else
{
if(pnUserLoggedIn()) {
if(checkuserblock($block)=='1') {
if (!empty($block['title'])) {
$button =" <a href=\"modules.php?op=modload&name=Blocks&file=index&req=ChangeStatus&bid=$block[bid]&authid=".pnSecGenAuthKey()."\"><img src=\"themes/"._HSDIRNAME."/images/xpminimize.gif\" border=\"0\" alt=\"\"></a>";
}
} else {
$block['content'] ='';
if (!empty($block['title'])) {
$button =" <a href=\"modules.php?op=modload&name=Blocks&file=index&req=ChangeStatus&bid=$block[bid]&authid=".pnSecGenAuthKey()."\"><img src=\"themes/"._HSDIRNAME."/images/xpmaximize.gif\" border=\"0\" alt=\"\"></a>";
}
}
}
else
{
$button = "<img src=\"themes/"._HSDIRNAME."/images/xpminimize.gif\" border=\"0\" alt=\"\">";
}
echo "<br /><table border='0' cellpadding='0' cellspacing='0' width='175'><tr><td>\n"
// title
function themesidebox($block) {
global $bgcolor1, $bgcolor2;
if (empty($block['title'])) {
echo "<font class='boxcontent'>$block[content]</font>";
}
else
{
if(pnUserLoggedIn()) {
if(checkuserblock($block)=='1') {
if (!empty($block['title'])) {
$button =" <a href=\"modules.php?op=modload&name=Blocks&file=index&req=ChangeStatus&bid=$block[bid]&authid=".pnSecGenAuthKey()."\"><img src=\"themes/"._HSDIRNAME."/images/xpminimize.gif\" border=\"0\" alt=\"\"></a>";
}
} else {
$block['content'] ='';
if (!empty($block['title'])) {
$button =" <a href=\"modules.php?op=modload&name=Blocks&file=index&req=ChangeStatus&bid=$block[bid]&authid=".pnSecGenAuthKey()."\"><img src=\"themes/"._HSDIRNAME."/images/xpmaximize.gif\" border=\"0\" alt=\"\"></a>";
}
}
}
else
{
$button = "<img src=\"themes/"._HSDIRNAME."/images/xpminimize.gif\" border=\"0\" alt=\"\">";
}
echo "<br /><table border='0' cellpadding='0' cellspacing='0' width='175'><tr><td>\n"
// title
Can someone help me with my problem, my centre blocks are beign displayed as wide as the left and right blocks, they are not filling up the entire center section.
Thanks
