Es posible meter un div contenedor en un td de una tabla?
Estoy tratando de liberarme poco a poco de las tablas, y actualmente tengo una página que estoy tratando (conejillo de indias, jeje) de utilizar otras herramientas que no sean solo el uso de tablas. Actualmente tengo algo así:
Código PHP:
<?php include ("header.php");?>
<tr>
<td colspan="28">
<img src="http://www.forosdelweb.com/images/about_52.jpg" width="850" height="641" alt=""></td>
<td>
<img src="http://www.forosdelweb.com/images/spacer.gif" width="1" height="641" alt=""></td>
</tr>
<?php include ("footer.php");?>
Código HTML:
<img src="http://www.forosdelweb.com/images/about_52.jpg" width="850" height="641" alt=""
Código PHP:
<?php include ("header.php");?>
<th>
<td>
<div id="contenedor" style="background:URL(images/about_52.jpg)"> </div>
</td>
</th>
<?php include ("footer.php");?>
http://www.napacrush.org/furaha.php
Esa esta hecha a puras tablas