PHP - imagen de fondo

 
Vista:

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
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:imagen de fondo

Publicado por yo (4 intervenciones) el 12/07/2007 18:11:39
estas seguro que se llama sfondo.gif y esta en la carpeta img?

img/sfondo.gif
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