Cita:
Iniciado por jmjosebest digo lo que seria, pq como puedes comprobar si te bajas el archivo... no hay title, ni head ni body...
Ya lo vi; si no pones el HEAD no "sería" nada
![sonrisota](http://static.forosdelweb.com/fdwtheme/images/smilies/xD.png)
.
Este es el código que me funciona:
Código HTML:
<html>
<head>
<script language="JavaScript" type="text/javascript">
/**************************************************************
Menú desplegable tunMenu. Script creado por Tunait! (11/1/2004)
etc., etc. Todo el código generado por tunait
*/
</script>
</head>
<body>
<table width="95%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="10" nowrap="nowrap" class="lefttd"></td>
<td width="100%"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="middle" ><div align="center"><a href="index.php">Imagen</a></div></td>
</tr>
</table>
<table width="100%" cellspacing="1" class="forumline">
<tr>
<td class="row2" width="20%" align="center" id="tunMenu">Es en esta celda donde quiero pone el menu </td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg<img src="themes/iCGstation/images/7px.gif" width="1" height="1" border="0" alt=""></td>
</tr></table>
</body>
</html>