Hola:
Estoy repasando un tuto y me he puesto a mi mismo una pruebilla y pues me he quedado atascado----
Quiero hacer una web conformada por 4 partes o tablas:
Cabezera ( aqui el Titulo )
Tabla Izquierna ( aqui el Menu )
Tabla Central ( aqui las Noticias )
Tabla Derecha ( aqui los Links o Encuestas )
Hice un codigo, pero no me queda bien, ya que si agrando al TABLA, las celdas quedan en medio
...
Ayuda porfas..
<html>
<head>
<title>------ Mi Web -------</title>
<script lenguage="javascript">
<!--
window.status=( "Mi Web" );
//-->
</script>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<table border="1" align="center" cellpadding="4" cellspacing="5" height="25%" width="80%">
<td align="center">TITULO DEL WEB</td>
</table>
<p align="center">
<p align="center"><marquee align="middle" scrolldelay="150" loop="infinite" direction="left" width="60%"><font size="3" color="#898989" face="OCR A Extended"><b>----> TraduDark v2.0 <---- Encuentra Todo sobre: Hacking, Cracking, Juegos, Parches, Traducciones, Programacion, Tutoriales, Trucos, Anime...Todo xD... by Diabliyo</b></marquee>
<p align="center">
<table align="center" border="1" height="20%"width="80%" cellspacing="5">
</td><td align="center" width="21%">
<table align="center" border="1" width="97%">
<th align="center">MENUS</th>
</table>
</td><td align="center" width="55%">
<table align="center" border="1" width="99%">
<th align="center">NOTICIAS</th>
</table>
</td><td align="right" width="21%">
<table align="center" border="1" width="97%">
<th align="center">LINKS</th>
</table>
</td></table>
</table>
<p align="center">
</body>
</html>