Tema: creando web
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/01/2011, 00:32
bertus123
 
Fecha de Ingreso: enero-2011
Mensajes: 8
Antigüedad: 13 años, 2 meses
Puntos: 0
Información creando web

Hola expertos soy nuevo en el foro y me gustaria que me echasen unamoano ya que no veo salida en la creacion de una web. Me exlico, estoy creando una web y mi problema viene cuando quiero insertar una imagen en los laterales para que haga un difuminado con el centro de la misma, le pongo un encabezado en flash y perfecto, le pongo la botonera y perfecto, pero cuando llego al cuerpo de la web los laterales me salen desplazados hacia afuera por lo tanto no me cuadran con los que estan arriba en encabezado y la botonera, aqui les dejo el codigo. por favor una ayudita gracias de antemano.


<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="99cc00"><img src="imagenes/lateizq106.png" width="16" height="106" align="right" /></td>
<td width="830"><div align="left">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="830" height="106">
<param name="movie" value="cabecera.swf" />
<param name="quality" value="high" />
<embed src="cabecera.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="830" height="106"></embed>
</object>
</div></td>
<td height="106" bgcolor="99cc00"><img src="imagenes/latedere106.png" width="16" height="106" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="99cc00"><img src="imagenes/lateizq32.png" width="16" height="32" align="right" /></td>
<td width="830" align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="830" height="32">
<param name="movie" value="botonera.swf" />
<param name="quality" value="high" />
<embed src="botonera.swf" width="830" height="32" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object></td>
<td bgcolor="99cc00"><img src="imagenes/latedere32.png" width="16" height="32" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="97" align="right" bgcolor="99cc00"><img src="imagenes/lateizq106.png" width="16" height="369" /></td>
<td width="609"><p>&nbsp;</p>
</td>
<td width="222" height="364" align="center">&nbsp;</td>
<td width="98" bgcolor="99cc00"><img src="imagenes/latedere106.png" width="16" height="368" /></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15" align="center" bgcolor="#99CC00"><img src="imagenes/latebajo860.png" width="860" height="15" align="texttop" /></td>
</tr>
</table>
<p>&nbsp;</p>
</div>
</body>
</html>