He intentado hacerlo pero el código no me funciona (no entiendo por que)
![triste](http://static.forosdelweb.com/fdwtheme/images/smilies/frown.png)
ahí os dejo el código para que le hecheis un vistazo y si encontráis la solución, decírmela por favor.
Código:
seguro que es una tonteria <html> <head> <script language="javascript" type="text/javascript"> var mensage="Serge creuz"; document.write('<center>'); var x=0; function mover() { x=x+20; if (x<=300) { document.body.innerHTML=""; document.write('<table border="1" hspace="'+x+'"><tr><td>'); document.write(mensage); document.write('</td></tr></table>'); setTimeout("mover()",30); } } document.write('</center>'); </script> </head> <body onload="mover();"> </body> </html>
![ojotes](http://static.forosdelweb.com/fdwtheme/images/smilies/ojotes.png)
saludos.