Hi I've put a noscript tag on my site for those that have scripting turned off. I have a meta redirect tag in the noscript.
It works fine. I have the tag in the body of the document. Is this correct syntax? Or should I put the noscript tag in the head of the document? I'm confused as I know a meta redirect is supposed to be in the head and the noscript should be in the body ( I think)
Glen
Code:
<noscript><meta http-equiv="refresh" content="2;url=http://www.lantzvillecomputers.com/DefaultFF.htm"></noscript>
Glen