primer linea de pagina
Publicado por sin dientes (115 intervenciones) el 26/07/2007 18:40:51
buenos dias como hago para poder ocupar la primer linea de mi pagina, ya que en todas las paginas q hago cuando pongo mi codigo me despliegta a partir de la 2da linea, este es mi codigo php, corranlo y ven q por ej. en esta pagina de la web en la primer linea ponen el encabezado de la pagina yo no puedo hace reso :(
gracias por su ayuda
<!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=utf-8" />
<title>CSS Menu - Vertical</title>
<link rel="stylesheet" type="text/css" href="styles/estil_1.css">
<style type="text/css">
<!--
@import"include/dhtml-horiz.css";
-->
</style>
<!--[if gte IE 5.5]>
<script language="JavaScript" src="dhtml.js" type="text/JavaScript"></script>
<![endif]-->
</head>
<body background="img/sfondo_0.jpg" >
<table width="950" height="10" border="0">
<tr>
<td height="10" bgcolor="#FFCC33"></td>
</tr>
</table>
<div>
<table width="950" border="0">
<tr>
<td width="111" rowspan="4"><img src="img/idx_img1.jpg" alt="" width="111" height="90" /></td>
<td height="55" bgcolor="#FFCC33"><h2 align="center">
<span class="Estilo3">Sistema </span></h2></td>
</tr>
</table>
</div>
<hr />
</body>
</html>
gracias por su ayuda
<!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=utf-8" />
<title>CSS Menu - Vertical</title>
<link rel="stylesheet" type="text/css" href="styles/estil_1.css">
<style type="text/css">
<!--
@import"include/dhtml-horiz.css";
-->
</style>
<!--[if gte IE 5.5]>
<script language="JavaScript" src="dhtml.js" type="text/JavaScript"></script>
<![endif]-->
</head>
<body background="img/sfondo_0.jpg" >
<table width="950" height="10" border="0">
<tr>
<td height="10" bgcolor="#FFCC33"></td>
</tr>
</table>
<div>
<table width="950" border="0">
<tr>
<td width="111" rowspan="4"><img src="img/idx_img1.jpg" alt="" width="111" height="90" /></td>
<td height="55" bgcolor="#FFCC33"><h2 align="center">
<span class="Estilo3">Sistema </span></h2></td>
</tr>
</table>
</div>
<hr />
</body>
</html>
Valora esta pregunta


0