Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/06/2005, 05:35
Avatar de pulento
pulento
 
Fecha de Ingreso: noviembre-2002
Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.
Mensajes: 1.852
Antigüedad: 21 años, 5 meses
Puntos: 1
....
Gracias por responder zeke pero le cambie las comillas y me kedo esto
Código PHP:
<?php
function menu() {
    
$menu "<table width='171'  background='images/hline1.gif' style='background-position:bottom; background-repeat:no-repeat ' border='0' cellspacing='0' cellpadding='0'>
                        <tr>
                          <td><div style='padding-top:2px;padding-bottom:2px'> <img src='images/arr1.gif' align='absmiddle'>&nbsp; <a href='index.html' class='0'><span class='t11'><strong>Index</strong> </span> </a></div></td>
                        </tr>
                      </table>"
;
    return 
$menu;
}
?>

.....Pero sigue sin funcionar


Ke podria ser..?

Salu2

.