Hola PHPeros
Queria preguntarles como poner un PHP en una box con tablas..
Observen, esté es mi cod
<table width="210" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="blue.png" width="210" height="25" /></td>
</tr>
<tr>
<td><img src="middle.png" width="210" height="143" /></td>
</tr>
<tr>
<td><img src="box_bottom.png" width="210" height="11" /></td>
</tr>
</table>
Yo quiero que en donde dice
<td><img src="middle.png" width="210" height="143" /></td>
Salga mi cod en él, osea.. en esa image.. yo le pongo layers ensima.. pero queda mal!
¿Cómo podria hacer que desde la misma tabla salga mi cod PHP?
Un saludo, gracias de ante brazo.