danistrein, disculpa pero no entiendo que quieres decir.
kaninox, he hecho exactamente lo que me comentas y nada, sigue igual, lo puedes ver en la web.
Ahora mismo los ficheros estan asi...
fitxa_completa.php:
Código HTML:
<html>
<head>
<link rel="stylesheet" href="./lightbox/css/lightbox.css" type="text/css" media="screen" />
</head>
<body>
<a name="top"></a>
<table style="text-align: left; background-color: rgb(50,50,50);" border="0" cellpadding="0" cellspacing="0">
...
</table>
</body>
</html>
forma.php:
Código HTML:
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Fitxa escultura</title>
<link href="estil.css" rel="stylesheet" type="text/css">
<script src="./lightbox/js/prototype.js" type="text/javascript"></script>
<script src="./lightbox/js/scriptaculous.js?load=effects,builder" type="text/javascript"></script>
<script src="./lightbox/js/lightbox.js" type="text/javascript"></script>
</head>
<body>
<!-- a name="top"></a -->
<table
style="width: 1000px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="2" cellspacing="2" align="center">
...
echo "<span class=gran_negre><a href=fitxa_completa.php?seleccio=$row[id]#top target=intern>".$row['titol']."</a></span> ";
...
</table>
</body>
</html>
Saludos!