TABLAS

Hola he creado una tabla que ocupa toda la pagina y en la zona derecha superior ha quitado varias filas para que me queda mas espacio para escribir pero a pesar de tener todo ese espacio me escribe solo en la mitad del hueco vamos como si fuera una sola fila muy ancha me gustaría que me dejase escribir en todo ese espacio como si fuera un texto normal gracias
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<title>Documento sin t&iacute;tulo</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


</head>

<body bgcolor="#9999CC">
<table width="98%" border="1" id="1">
<tr>
<td height="40">

<div align="center"><font color="#000066" size="6"><span id="webaddress" style="position:relative; visibility:hidden; font-style:italic;"> PEUGEOT 607 3.0 AUTOMATICO</span>

<script language="JavaScript1.2">
<!--
if (document.all){
webaddress.style.left=document.body.clientWidth
webaddress.style.visibility="visible"
}

function moveit(){
if (webaddress.style.pixelLeft>15)
webaddress.style.pixelLeft-=15
else{
webaddress.style.fontStyle="normal"
webaddress.style.left=0
clearInterval(moving)
}
}

if (document.all)
moving=setInterval("moveit()",40)

//-->
</script>
</font></div></td>
</tr>
</table>
<table width="98%" border="2" align="left" cellpadding="3" id="2">
<tr>
<td width="80" height="3"> <div align="center">Precio</div></td>
<td colspan="2"> <div align="left">EUR 29.900</div></td>
<td width="180" rowspan="6"> <script language="JavaScript1.1">
var specifyimage=new Array() //Your images
specifyimage[0]="1.jpg"
specifyimage[1]="2.jpg"
specifyimage[2]="3.jpg"

var delay=3000 //3 seconds

//Counter for array
var count =1;

var cubeimage=new Array()
for (i=0;i<specifyimage.length;i++){
cubeimage=new Image()
cubeimage.src=specifyimage
}

function movecube(){
if (window.createPopup)
cube.filters[0].apply()
document.images.cube.src=cubeimage.src;
if (window.createPopup)
cube.filters[0].play()
count++;
if (count==cubeimage.length)
count=0;
setTimeout("movecube()",delay)
}

window.onload=new Function("setTimeout('movecube()',delay)")
</script> [contenido no disponible]
</td>
<td width="193"> <p align="justify">EQUIPAMIENTO </p></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Matriculaci&oacute;n

<font face="Arial, Helvetica, sans-serif"></font>
</div></td>
<td colspan="2"> <div align="left">Enero de 2006</div></td>
<td width="193" rowspan="7" align="left">
<div align="justify">CUERO, XENON, </div>
<div align="justify"></div>
<div align="justify"></div>
<div align="justify"></div>
<div align="justify"></div>
<div align="justify"></div>
<div align="justify"></div></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Kil&oacute;metros</div></td>
<td width="56"> <div align="left">62.400 </div></td>
<td width="80"></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Combustible
</div></td>
<td width="56"> <div align="left">Diesel </div></td>
<td width="80"></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Caballos</div></td>
<td width="56"> <div align="left">204 </div></td>
<td width="80"></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Color </div></td>
<td colspan="2"> <div align="left">Azul claro</div></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Cambio</div></td>
<td colspan="2"> <div align="left">Manual 6 velocidades</div></td>
<td width="180">[contenido no disponible]</td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Kil&oacute;metros</div></td>
<td width="56"> <div align="left">x</div></td>
<td width="80"></td>
<td width="180"></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">6 Cilindros</div></td>
<td width="56"> <div align="left">dd</div></td>
<td width="80"></td>
<td width="180"></td>
<td width="193"><div align="justify">LLEVATELO POR 200 &euro; Al</div></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Cubicaje</div></td>
<td colspan="2"> <div align="left">3.000 cc</div></td>
<td width="180"></td>
<td width="193"><div align="justify">mes durante 5 a&ntilde;os</div></td>
</tr>
<tr>
<td width="80" height="3"> <div align="center">Puertas</div></td>
<td width="56"> <div align="left">d</div></td>
<td width="80"></td>
<td width="180"></td>
<td width="193"><div align="justify">[contenido no disponible]</div></td>
</tr>
</table>


</p>


</p>


</p>


</p>


</p>




</p>


</p>


</p>


</p>


[contenido no disponible]
</p>
</body>
</html>
Si te refieres a la celda donde pone cuero, xenon
ponle a ese td el valing asi:

<td width="193" rowspan="7" align="left" valign="top">


si no por defecto o porque en algún sitio lo tengas configurado te lo alinea al centro
Yo he entendido que al hacer rowspan en varias celadas para poder poner texto este le comienza al centro
de la celda que ha creado.
De todas formas lo lógico es meter tablas en div no al contrario no?
Pregunto porque yo nunca lo he hecho así
si es ahi donde pone cuero y xenon, añado la línea que me habeis dado pero me sigue sin funcionar como debo ponerlo, os importa ponerme un ejemplo?
<td width="193" rowspan="7" align="left">
<div align="justify">CUERO, XENON, </div>
<div align="justify"></div>
<div align="justify"></div>
<div align="justify"></div>
<div align="justify"></div>
</tr>
supongo que es aqui pero no se si tengo que sustituir alguna línea o ponerla a continuación, gracias
Te lo he puesto arriba, yo lo he probado así y me funciona bien

<td width="193" rowspan="7" align="left" valign="top">

pero no hace falta que metas divs en el td
puedes escribir simplemente, o poner una lista.
El top te servirá para que comience a escribir desde arriba.
ole ole me funciona que torpe estoy, ya son muchas oras del tiron jeje muchas gracias