No </body> tag on my pages

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
 
W

Wayne-I-M

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
 
S

Stefan B Rusynko

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.
|
 
W

Wayne-I-M

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
 
D

Dan L

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.
 
W

Wayne-I-M

Thank you Dan and Stefan

Many thanks for your help

--
Wayne
Manchester, England.
 
L

Larry

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top