Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Bakcground reapet x

Parašė Pongis· 2010 Vas. 14 21:02:32
#7

Kaip Sniuff minėjo visi <table>'ai įkišti po vienu <table> kuris turi fiksuotą dydį "$theme_width". Funkcijoje render_footer() reiktų uždaryti <table> ir atidaryti naują su 100% pločiu.

Čia su body bg neišeis. :)

Pvz. kaip yra stock:

<table align='center' width='fiksuotas_plotis'>
<tr>
<td>


<table width='100%'>
<tr>
<td class='header'></td>
</tr>
</table>

<table width='100%'>
<tr>
<td class='body'></td>
</tr>
</table>

<table width='100%'>
<tr>
<td class='footeris'></td>
</tr>
</table>

</td>
</tr>
</table>


Pvz. kaip reiktų perdaryti:

<table align='center' width='fiksuotas_plotis'>
<tr>
<td>


<table width='100%'>
<tr>
<td class='header'></td>
</tr>
</table>

<table width='100%'>
<tr>
<td class='body'></td>
</tr>
</table>

</td>
</tr>
</table>


<table align='center' width='100%'>
<tr>
<td class='footeris'></td>
</tr>
</table>

Redagavo Pongis· 2010 Vas. 14 21:02:45