Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: kLx'o klausimai :)

Parašė kLx· 2008 Lap. 21 14:11:13
#1

1. Kažkas blogai su closetable(); :




Mano theme.php naudojamas kodas :
function opentable($title) {

   echo "<table width='100%' cellpadding='0' cellspacing='0'>";

   echo "<td width='100%' class='capmain'>$title</td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td width='100%' class='main-body'>\n";
}

function closetable() {

   echo "</td>";

   echo "<tr>";
   echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='22' height='11' alt='' style='display:block'></td>";
   echo "<td class='border-bmain' width='100%'><img src='".THEME."images/blank.gif' width='11' height='11' alt='' style='display:block'></td>";
   echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='22' height='11' alt='' style='display:block'></td>";
   echo "</tr></table><br>\n";
}



Styles.css klaisės

.border-bleft {
   width:22px; height:11px;
   background-image:url(images/opentable_apacia_kaire.png);
   background-repeat:no-repeat;
}

.border-bright {
   width:22px; height:11px;
   background-image:url(images/opentable_apacia_desine.png);
}

.border-bmain {
   height:11px; background-color:#000;
   background-repeat:repeat-x;
}




Gal nutuokiat ,kas blogai? ;o