HTML - Modificar Tablas

 
Vista:

Modificar Tablas

Publicado por Charli (1 intervención) el 01/06/2005 23:14:32
Aqui os presento un codigo para que me digais si al abrirlo con Frontpage se pueden modificar las tablas.
Es que hay partes de las tablas con las que esta hecha esta pag. que no hay forma de separarlas o juntarlas. Y hay algunas que tienen los trazos más gruesos. Si alguien sabe como.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Fuentes de León</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="Keywords here">
<meta name="description" content="Description here">
<meta name="Author" content="fuentesdeleon.net">
<META NAME="robots" CONTENT="index, follow"> <!-- (Robot commands: All, None, Index, No Index, Follow, No Follow) -->
<META NAME="revisit-after" CONTENT="30 days">
<META NAME="distribution" CONTENT="global">
<META NAME="rating" CONTENT="general">
<META NAME="Content-Language" CONTENT="Spanish">
<meta http-equiv="IMAGETOOLBAR" content="NO">

<script language="JavaScript" type="text/JavaScript" src="imagenes/templates.js"></script>
<link href="imagenes/templates.css" rel="stylesheet" type="text/css">
<style>
<!--body {scrollbar-track-color: #45586d; scrollbar-arrow-color: #ff3300;}-->
</style>

</head>

<body background="imagenes/pixi_bluegrey.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="898" height="587" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="207" height="62" align="right"><img src="imagenes/toppic1.jpg" width="205" height="58"></td>
<td width="612" height="62" align="left"><img src="../imagenes/toppic2.jpg" width="499" height="58"></td>
<td height="62" align="left" width="73"><img src="../imagenes/toppic3.jpg" width="71" height="58"></td>
</tr>
<tr>
<td width="207" height="36" align="right"><img src="../imagenes/toppic4.jpg" width="205" height="32"></td>
<td width="612" height="36" align="left"><img border="0" src="/imagenes/entrar.jpg" width="104" height="32"><img border="0" src="../imagenes/foro.jpg" width="104" height="32"><img border="0" src="../imagenes/vistaerea.jpg" width="98" height="32"><img border="0" src="../imagenes/contactar.jpg" width="83" height="32"></td>
<td height="36" align="left" width="73"></td>
</tr>
<tr >
<td height="105" colspan="3" align="right" valign="top" background="imagenes/pixi_orange.gif" width="785">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="205" height="135" valign="middle" align="center" bgcolor="#FFFFFF"> </td>
<td> <table width="535" height="135" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="7"><img src="/imagenes/pixi_orange.gif" width="1" height="7"></td>
</tr>
<tr>
<td width="535"></td>
</tr>
<tr>
<td height="5" background="imagenes/pixi_white.gif"><img src="/imagenes/pixi_white.gif" width="1" height="5"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td rowspan="2" align="right" valign="top" bgcolor="#FFFFFF" width="207" height="300"> </td>
<td colspan="2" align="right" valign="top" width="687" height="21"><img src="/imagenes/orangecurve.gif" width="264" height="17"></td>
</tr>
<tr>
<td align="left" valign="top" width="612" height="279"><table width="501" border="0" cellspacing="0" cellpadding="0" height="206">
<tr>
<td width="35" height="1"> </td>
<td width="207" height="1"><h1 align="left">hola</h1>

</tr>
<tr>
<td width="35" height="239"> </td>
<td width="462" height="239"><h2><br>
Introducción</h2>
<p align="left" style="line-height: 100%; margin-bottom: -3"><font color="#FFFFFF">texto</font>
<p align="left"><font color="#FFFFFF">txt</font>
<p> </p>
<p> <font color="#FFFFFF">texto</font></p></td>
</tr>
</table></td>
<td align="left" valign="top" width="73" height="279"> </td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#FFFFFF" width="207" height="21"> </td>
<td align="left" valign="top" width="612" height="21"></td>
<td align="left" valign="top" width="73" height="21"></td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#FFFFFF" width="207" height="21"> </td>
<td align="left" valign="top" width="612" height="21"></td>
<td align="left" valign="top" width="73" height="21"></td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#FFFFFF" width="207" height="21"> </td>
<td align="left" valign="top" width="612" height="21"></td>
<td align="left" valign="top" width="73" height="21"></td>
</tr>
<tr>
<td align="right" valign="top" bgcolor="#FFFFFF" width="207" height="21"> </td>
<td align="left" valign="top" width="612" height="21"></td>
<td align="left" valign="top" width="73" height="21"></td>
</tr>
</table>
</body>
</html>

Un saludo y gracias
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Modificar Tablas

Publicado por Daniel (580 intervenciones) el 02/06/2005 12:20:16
En vista al código, te comento lo siguiente: no es que FrontPage "no pueda", el código HTML si se te apetece, hasta podés modificarlo con cualquier editor de texto, incluso con el bloc de notas que viene con Windows.
Tu tabla, tanto en el ancho como en la definición de las celdas, tiene especificado el ancho en pixels. O sea tiene un tamaño abosluto. La suma de estas etiquetas <td width="..."> te da el total de la tabla declarado en width="898".
Reflexioná sobre esto.
Saludos.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar