- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Wed, 20 Oct 2004 19:09:50 +0200
- To: "John R" <jrocco@diy-replacement-windows.com>
- Cc: <www-validator@w3.org>
* John R wrote: >The URL is www.how-to-install-windows.com. When i view the source >code using microsoft notepad, i can see the javascript below the >closing html tag. I tried deleting it in notepad, saving it, >erasing the index file, and pasting the saved html from notepad >minus the javascript, but it still shows up. It is probably the server software that inserts the text. In that case you cannot do much about it without access to the web server config or changing the hosting service. With HTML it should however be possible to remove the </body></html> from your HTML document in which case the additional markup should end up somewhere where it is allowed to use it.
Received on Wednesday, 20 October 2004 17:10:32 UTC