imagen de fondo
Publicado por sin dientes (115 intervenciones) el 12/07/2007 00:21:23
Hola camaradas tengo una duda
mi pagina se llama xx.php
tengo el sig. cod. el cual cuando lo edito con dream weaver se ve la imagen de fondo pero cuando ejecuto mi pagina no me aparece a que se peuda deber esto??
</head>
<body background="img/sfondo.gif">
<table align="center">
<tr>
<td nowrap align="center" class="el08" width="500">Bienvenido al Sistema :</td>
</tr>
</table>
<table align="center" width="600">
<tr>
<td nowrap align="right" class="el12" width="99">Usted esta conectado a:</td>
<td width="447" class="el05b">
<?php echo $_SESSION['ubicacionx'] ; ?>
</td>
</tr>
<tr>
<td nowrap align="right" class="el12" width="99">Su Session es:</td>
<td width="447" class="el05b">
<?php echo session_id(); ?>
</td>
</tr>
<tr>
<td nowrap align="right" class="el12" width="99">Usuario:</td>
<td width="447" class="el05b">
<?php echo $_SESSION['usuid']." ". $_SESSION['nombre_usu'] ; ?>
</td>
</tr>
<tr>
<td nowrap align="right" class="el12" width="99">Especialidad:</td>
<td width="447" class="el05b">
<?php echo $_SESSION['especialidadx']; ?>
</td>
</tr>
</table>
</body>
</html>
saludos muchas gracias
mi pagina se llama xx.php
tengo el sig. cod. el cual cuando lo edito con dream weaver se ve la imagen de fondo pero cuando ejecuto mi pagina no me aparece a que se peuda deber esto??
</head>
<body background="img/sfondo.gif">
<table align="center">
<tr>
<td nowrap align="center" class="el08" width="500">Bienvenido al Sistema :</td>
</tr>
</table>
<table align="center" width="600">
<tr>
<td nowrap align="right" class="el12" width="99">Usted esta conectado a:</td>
<td width="447" class="el05b">
<?php echo $_SESSION['ubicacionx'] ; ?>
</td>
</tr>
<tr>
<td nowrap align="right" class="el12" width="99">Su Session es:</td>
<td width="447" class="el05b">
<?php echo session_id(); ?>
</td>
</tr>
<tr>
<td nowrap align="right" class="el12" width="99">Usuario:</td>
<td width="447" class="el05b">
<?php echo $_SESSION['usuid']." ". $_SESSION['nombre_usu'] ; ?>
</td>
</tr>
<tr>
<td nowrap align="right" class="el12" width="99">Especialidad:</td>
<td width="447" class="el05b">
<?php echo $_SESSION['especialidadx']; ?>
</td>
</tr>
</table>
</body>
</html>
saludos muchas gracias
Valora esta pregunta


0