Trying to create landing page but when I removed header the words "pages contents" appear

I am trying to create a landing page with no navigation on the page.  My site is askjeffreed.com.  

It renders better on Apple products when I remove the header, but the words "pages contents" appear where the menu would normally be.  How do I remove the words "pages contents"?

I used this code in my header section under SEO settings:

<style>
#navlist, #header{ display:none !important; }
</style>

4,006 Views
Message 1 of 16
Report
15 REPLIES 15

Can you post a link to the site where you added that code, @Secondcreek?

3,994 Views
Message 14 of 16
Report

3,970 Views
Message 14 of 16
Report
Square

It looks like the issue is coming from this part of the code. Where did you get this code? 

3,961 Views
Message 14 of 16
Report

In the website builder when I go to Pages>SEO Settings>Header Code the code you are asking about does not display for me.
This is the code I see in my header code section:
<style>
#navlist, #header{ display:none !important; }
</style>
<style>
#text 99x19{ display:none !important; }
</style>
3,959 Views
Message 14 of 16
Report
Square

Sorry, try going to Settings>SEO>Header

3,955 Views
Message 14 of 16
Report

There is no code displayed that I can see in Settings>SEO>Header
3,954 Views
Message 14 of 16
Report
Square

You do not see this information?

3,954 Views
Message 14 of 16
Report

I see none of that.
Site Description, Meta Keywords, Footer, and Header are completely blank from what I can see.
3,953 Views
Message 14 of 16
Report
Square

It sounds like you are logged into a different account.. Do you have multiple logins? Can you please try opening Weebly in a different browser in private/incognito mode? 

3,934 Views
Message 14 of 16
Report

I did have an older account that I closed. I opened a new account just over a year ago I think.

When I use IE in private mode, I can log in to my account and get to the dashboard.

When I select edit my website, I can't see my pages or make any edits.
1,975 Views
Message 14 of 16
Report
Square

Internet Explorer isn't supported as a browser because Microsoft has retired it and replaced it with Microsoft Edge. If you use the newest version of Edge, Google Chrome, or FireFox, then it should work much better for you @Secondcreek.

1,970 Views
Message 14 of 16
Report

I opened in Chrome and removed the header code Settings>SEO>header and the words "pages contents" still shows in the top left corner of the page.
1,964 Views
Message 14 of 16
Report
Square

It looks like it's your MS validation code adding that. You currently have this:

<html>
    <head>
        <meta name="msvalidate.01" content="0A8B41AC0ADEE63A42B4D7B428572D28" />
        <title>Your SEO optimized title</title>
    </head>
    <body>
        page contents
    </body>
</html>

But all you need is this:

<meta name="msvalidate.01" content="0A8B41AC0ADEE63A42B4D7B428572D28" />

1,960 Views
Message 17 of 16
Report

Thank you. That is the solution.
1,956 Views
Message 17 of 16
Report
Square

Not a problem!

1,952 Views
Message 17 of 16
Report
grz-custom-initialLetter