Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: problema del header

Parašė RyaN· 2010 Bal. 25 21:04:22
#1

Kas ne taip šitam headerio code?
function render_header($header_content) {

global $theme_width;

echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table id="Table_01" width="885" height="261" border="0" cellpadding="0" cellspacing="0">
   <tr>
      <td colspan="9">
         <img src="images/01.png" width="885" height="93" alt=""></td>
   </tr>
   <tr>
      <td colspan="2">
         <img src="images/02.png" width="132" height="69" alt=""></td>
      <td colspan="2">
         <img src="images/03.png" width="98" height="69" alt=""></td>
      <td colspan="2">
         <img src="images/04..png" width="96" height="69" alt=""></td>
      <td colspan="2">
         <img src="images/05.png" width="152" height="69" alt=""></td>
      <td>
         <img src="images/06.png" width="407" height="69" alt=""></td>
   </tr>
   <tr>
      <td colspan="9">
         <img src="images/07.png" width="885" height="27" alt=""></td>
   </tr>
   <tr>
      <td>
         <img src="images/08.png" width="23" height="71" alt=""></td>
      <td colspan="2">
         <img src="images/09.png" width="120" height="71" alt=""></td>
      <td colspan="2">
         <img src="images/10.png" width="124" height="71" alt=""></td>
      <td colspan="2">
         <img src="images/11.png" width="124" height="71" alt=""></td>
      <td colspan="2">
         <img src="images/12.png" width="494" height="71" alt=""></td>
   </tr>
      
   
</table>
</td>
</tr>
</table>\n";

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

}