Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8357979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:39:32+00:00 2026-06-09T10:39:32+00:00

I am getting a weird error on the W3C HTML validator: Line 167, Column

  • 0

I am getting a weird error on the W3C HTML validator:

Line 167, Column 74: Stray end tag script. …ipt type="text/javascript"
src="http://stats.hosting24.com/count.php"></script>

Line 167, Column 74: Cannot recover after last error. Any further errors will be ignored.
…ipt type="text/javascript" src="http://stats.hosting24.com/count.php"></script>

The weird thing is, I have no line 167. My document ends on line 165 and there are no script tags on the page. Also there is no count.php file.

Anyone know how to fix this?

EDIT: W3C validator link

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:39:34+00:00Added an answer on June 9, 2026 at 10:39 am

    The script tag is outside of the BODY tag. It needs to be inside. Putting the script tag right before the closing </body> tag results in successful validation.

    Won’t work:

            </div><!--div#footer-->
    
        </body>
    </html>
    
    <!-- Hosting24 Analytics Code -->
    <script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
    <!-- End Of Analytics Code -->
    

    Works:

            </div><!--div#footer-->
            <!-- Hosting24 Analytics Code -->
            <script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
            <!-- End Of Analytics Code -->
        </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get a script working, but I'm getting this weird error.
I'm getting a weird error, when initializing my deque or vector. I'm using QtCreator
I am getting this weird error while running cucumber test: ERROR Mongo::OperationFailure: Database command
When changing the selected item in a ListBox, I'm getting a weird error where
Getting this weird LINQ error. title = System.Linq.Enumerable+WhereSelectEnumerableIterator`2[System.Xml.Linq.XElement,System.String Here is the code I have:
I am getting this weird RunTime error. The classes compile easy on eclipse but
Getting a weird error on a site I am developing. Even looked back at
I keep getting some weird error in Processing, using the following tiny piece of
I'm getting a weird error message inside mobile safari on iOS: TypeError: '[object Object]'
I started getting a weird error in my project, so I created a whole

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.