Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Paneles

Parašė SeRino· 2009 Bir. 13 10:06:17
#1

Sveiki, turiu tokią problemą su panelėmis

noriu pasidaryti pvz tris paneles per vidurį:
echo "<table width='100%'>
<tr>
<td width='33%'>";
openside("Panel 1");
echo "aprašas";
closeside();
echo "</td>
<td width='33%'>";
openside("Panel 2");
echo "Panel 2";
closeside();
echo "</td>
<td width='33%'>";
openside("Panel 3");
echo "Panel 3</td>";
closeside();
echo "</tr>
</table>";




Ir dėdu html kodą į tą vieta echo "aprašas"; (aprašas) bet man meta error ką daryti?

Pvz:
echo "<table width='100%'>
<tr>
<td width='33%'>";
openside("Panel 1");
echo "<P><STRONG><EM><SPAN style="FONT-SIZE: 10pt; COLOR: #ff0000">Sudas</SPAN></EM></STRONG></P>";
closeside();
echo "</td>
<td width='33%'>";
openside("Panel 2");
echo "Panel 2";
closeside();
echo "</td>
<td width='33%'>";
openside("Panel 3");
echo "Panel 3</td>";
closeside();
echo "</tr>
</table>";



Redagavo SeRino· 2009 Bir. 13 10:06:54