Ver Mensaje Individual
  #8 (permalink)  
Antiguo 24/03/2006, 09:37
fred1rp
 
Fecha de Ingreso: marzo-2006
Mensajes: 29
Antigüedad: 18 años
Puntos: 0
Problema

esta es la funcion

function do_html_header($title)
{
// print an HTML header
?>
<html>
<head>
<title><?=$title?></title>
<style>
body { font-family: Arial, Helvetica, sans-serif; font-size: 13px }
li, td { font-family: Arial, Helvetica, sans-serif; font-size: 13px }
hr { color: #3333cc; width=300; text-align=left}
a { color: #000000 }
</style>
</head>
<body>
<img src="marcador.gif" alt="PHPbookmark logo" border=0
align=left valign=bottom height = 50 width = 150>
<h1>&nbsp;CompartElinks</h1>
<hr>
<?
if($title)
do_html_heading($title);
}

pero no se en que parte esta el error