No </body> tag on my pages

  • Thread starter Thread starter Wayne-I-M
  • Start date Start date
W

Wayne-I-M

Hi

I have redone one of our sites and I think I may have messed it up :-(
http://www.folgarida.co.uk/

We have google analytics on all our sites but on this new site there is no
"body" tag at the bottom of the pages.

This is from the google site and normally I just cut and paste the code
above the body tag
*********************
Copy the following code block into every web page you want to track,
immediately before the </body> tag
*********************

Can I just type in

</body>

</html>

at the bottom of the page code and then add the google code above the body
tag?
or do I need to do something else to create the body tag

Thank you
 
Just noticed - the tag is not at the top of the page either

Can I also just type in the tag or do I need to something else

Thank you
 
File new page will create the required minimum tags you need, including the body tags

--




|
| Hi
|
| I have redone one of our sites and I think I may have messed it up :-(
| http://www.folgarida.co.uk/
|
| We have google analytics on all our sites but on this new site there is no
| "body" tag at the bottom of the pages.
|
| This is from the google site and normally I just cut and paste the code
| above the body tag
| *********************
| Copy the following code block into every web page you want to track,
| immediately before the </body> tag
| *********************
|
| Can I just type in
|
| </body>
|
| </html>
|
| at the bottom of the page code and then add the google code above the body
| tag?
| or do I need to do something else to create the body tag
|
| Thank you
|
| --
| Wayne
| Manchester, England.
|
 
So I take it I don't need the Body tag at the base of the code page. Can I
just add the google script at the bottom of the page then ? or does it have
to go above something to show it not part of the page text

Thanks for your help
 
Yes, you should have body tags on all of your pages. If for some reason
FrontPage has not placed them on the page, in code view manually type <body>
right after the </head> tag and </body> right after the Google analytics
script.
 
FYI - Front Page will drop the </BODY> tag if you have html coding errors in
your page. I have found that if nested tables with <div><table> etc somehow
miss a trailing </div> the </BODY> tag gets dropped. FP will not allow it to
be inserted until the corrupted code is fixed.
 
Back
Top