Aqui dejo mi codigo, es bien corto y lo estaba probando en wr3.org, espero me puedan ayudar, estuve todo el santo dia cone sto. desde ya les agradesco!:
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="es"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Documento sin título</title> <link href="css/estilohome.css" rel="stylesheet" type="text/css" /> </head> <body> <!-- Aca termina el body - delSubsuelo.com 2009 --> <!-- EMPIEZA EL HEADER,BUSCADOR AZUL - delSubsuelo.com 2009 --> <br> <div class="centrar"> <div> <table border="0" cellpadding="0" cellspacing="0" class="celdatop"> <tr> <td class="celda_logo"> </td> <td> </td> <td align="right"><a href="comocomprar.html">Como comprar</a> <span class="azulnegrita">+</span> <br> <a href="comoobtener.html">Como obtener mi compra</a> <span class="azulnegrita">+ </span></td> </tr> </table> </div> <div class="caja_buscador2"> <table border="0" cellpadding="0" cellspacing="0" class="celdatop"> <tr> <td class="cornerizq"></td> <td></td> <td class="cornerder"></td> </tr> </table> </div> <div class="caja_buscador"> <form id="form1" name="form1" method="post" action=""> <table width="569" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="309"><input name="textfield" class="input" type="text" id="textfield" /></td> <td width="113"><input type="submit" name="buscar" id="buscar" value="Buscar" class="buscar" /></td> <td width="147"><a href="busqueda.html"> Busqueda Avanzada </a></td> </tr> </table> </form> </div> <!-- TERMINA EL HEADER BUSCADOR AZUL - delSubsuelo.com 2009 --> <!-- ACA EMPIEZA EL HEADER-BOTTOM, AMARILLO - delSubsuelo.com 2009 --> <div class="caja_buscador3"> <table border="0" cellpadding="0" cellspacing="0" class="celdatop"> <tr> <td class="cornerizqbottom"></td> <td class="alinearizq"> <table class="linksbottomsearch" border="0" cellspacing="0" cellpadding="0"> <tr> <td><a href="club.html" class="z">Club del Subsuelo</a><span class="amarillodiv">|</span><a href="regalar.html" class="z">Hacer un regalo con dedicatoria</a></td> </tr> </table> </td> <td class="cornerderbottom"></td> </tr> </table> </div> <br> <!-- FIN DE HEADER-BOTTOM, AMARILLO - delSubsuelo.com 2009 --> <!-- COMIENZA EL CONTENEDOR - delSubsuelo.com 2009 --> <div class="contenedor"> <!-- COMIENZA EL MENU DE CATEGORIAS- delSubsuelo.com 2009 --> <div class="menu"> <div class="ficcion"> <div class="titulo_ficcion"> <div class="corizq_menu"></div> <div class="corcent_menu">Ficcion</div> <div class="corder_menu"></div> </div> <!-- fin de titulo_ficcion - delSubsuelo.com 2009 --> </div> <!-- fin titulo_ficion - delSubsuelo.com 2009 --> <div class="categ_ficciones"> <table class="tabla_categ" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="celda_categ"><a href="novelas.html" class="sangria">Novelas</a></td><tr> <td class="celda_categ"><a href="novelas.html" class="sangria">Ensayos</a></td> </tr> <tr> <td class="celda_categ"><a href="novelas.html" class="sangria">Poesia</a></td> </tr> <tr> <td class="celda_categ"><a href="novelas.html" class="sangria">Cuentos</a></td> </tr> <tr> <td class="celda_categ"><a href="novelas.html" class="sangria">Obras teatrales</a></td> </tr> <tr> <td class="ceda_categ"><a href="novelas.html" class="sangria">mas...</a></td> </tr> </table> </div> <!-- fin categ_ficciones - delSubsuelo.com 2009 --> </div><!-- fin ficcion - delSubsuelo.com 2009 --> </div> <!-- fin menu - delSubsuelo.com 2009 --> <!-- FIN DE MENU DE CATEGORIAS - delSubsuelo.com 2009 --> <!-- COMIENZA LA CAPA CONTENIDOS - delSubsuelo.com 2009 --> <div class="contenido"> </div> <!-- FIN DE CAPA CONTENIDOS - delSubsuelo.com 2009 --> <!-- COMIENZA LA CAPA INFORMACIONDERECHA - delSubsuelo.com 2009 --> <div class="informacionderecha"></div> <!-- FIN DE CAPA INFORMAICONDERECHA - delSubsuelo.com 2009 --> </div> </div> <!-- FIN DEL CONTENEDOR - delSubsuelo.com 2009 --> <p> </p> </body> </html>