473,699 Members | 2,834 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WP page error: Error Line : Unclosed element div

3 New Member
Greetings, first post and in need of some code error help.
I am ruff at html and .css skill wise. :)

Home Page
Good page w/ proper R-sidebar
Evil page w/ improper R-sidebar.

Error from WC3 checker for evil page:
<div id="wrapper" class="hfeed">
Expand|Select|Wrap|Line Numbers
  1. Error Line 138, Column 32: Unclosed element div.
  2. <div id="wrapper" class="hfeed">
I have tried to get Firefox plugin html val .9.1.0 to help me but it will not validate my page. I have installed and gone to the test page for that tool and it auto detects errors and shows in bottom right of status bar. But nothing shows on my page...

Thanks for any and all help!
Peace and Blessings
Rylos
Aug 30 '11 #1
4 8066
Rabbit
12,516 Recognized Expert Moderator MVP
What the error means is that you have a <div> that doesn't have a corresponding </div>
Aug 30 '11 #2
Rylos007
3 New Member
Doh, yea. Sorry, I am clear on that. But what I am not clear on is what I need to fix.

In looking at the code I do not see a missing </div> tag. I can not get the HTML Validate tool to work.

Expand|Select|Wrap|Line Numbers
  1. Line 138, Column 32: Unclosed element div. 
  2. <div id="wrapper" class="hfeed">
The only thing I can see is in Bold below and I can not find a corresponding </div id="wrapper" class="hfeed"> if there should be one? However, I don't see it on the other page that works? Looked at it in DreamWeaver as well, and not sure what I should do? Thanks

Expand|Select|Wrap|Line Numbers
  1. <div id="wrapper" class="hfeed">
  2.     <div id="header">
  3.         <div id="masthead">
  4.         <div id="ttw-site-logo"></div>
  5.         <div id="ttw-site-logo-link" onclick="location.href='http://www.timlist.net/ebooks/ccp/';" style="cursor:pointer;"></div>
  6.         <div id="site-title" style="display:none;">
  7.             <span>
  8.             <a href="http://www.timlist.net/ebooks/ccp/" title="Chalice Children's Books" rel="home">Chalice Children's Books</a>
  9.             </span>
  10.         </div>
  11.         <div id="site-description" style="display:none;">Reading to your Child's Immagination</div>
  12.         <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div>
  13.  
  14.         <div id="branding" role="banner">
  15. <!-- Weaver Plus Header Insert -->
  16. <!-- Weaver Plus Custom Header Insert Page ID: 76; -->
  17.  
  18. <!-- Weaver Plus More Options Insert -->
  19.             <a href="http://www.timlist.net/ebooks/ccp/" title="Chalice Children's Books" rel="home">
  20.             <img src="http://www.timlist.net/ebooks/ccp/wp-content/uploads/2011/08/header-ccp-e011.png" width="940" height="90" alt="Chalice Children's Books" />
  21. </a>
  22.         </div><!-- #branding -->
  23.  
  24.     </div><!-- #masthead -->
  25.     </div><!-- #header -->
Aug 30 '11 #3
Niheel
2,456 Recognized Expert Moderator Top Contributor
You are missing a closing div, it's at the very end.

Add </div> and it should validate. You have to close div's. That isn't an option.
Aug 30 '11 #4
Rylos007
3 New Member
Fixed. Thanks. I was unsure just what to insert? Did I need some </div Wrapper> or something? Now I see that those are just comments. I was not sure if I could just put in any old div close or what?

All working now.
Peace and Blessings!
Aug 31 '11 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

8
4833
by: Mr. x | last post by:
Hello, I wrote a javascript, and when I open the html by the browser, I get the message : Error in page. It is about tousand lines, and I cannot figure out in a simple way, where is the line, that cause the error ? I see on other computers, a message like " ... do you wish to debug".
9
3446
by: Jacquie | last post by:
hello- I am hoping someone can help me solve this mystery. My pages always say Done with error on page on the bottom. They appear fine on my computer but other people can't all see it on their computer. Also one of my pages is blank, I uploaded it and am not sure what the problem is. The code is all fine I think. Please look at the code if you can. You have to click on the bottom of the website to view code, thank u!!!...
6
3560
by: John Lau | last post by:
Hi, I am looking at the MS KB Article 306355: HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET This article describes how to redirect errors to a custom html error page. All six steps in the article work just fine. Then at the end of the article, there is a little comment about redirecting errors to an aspx page (instead of an html page):
2
1231
by: tshad | last post by:
On a normal error message page that asp.net generates, you have the message, the stack trace and few lines of code where the error was generated: Line 172: <asp:TemplateColumn HeaderText=""> Line 173: <ItemTemplate> Line 174: <asp:LinkButton ID="FullName" Text='<%# Container.DataItem("ExceptionID")%>' OnClick="GetApplicantDetails_Click" runat="server"/> Line 175: </ItemTemplate>...
2
1303
by: Jo | last post by:
Hi all, I've created a FileUpload in the footer of a Gridview. The only thing I want to do with this, is to pick a file with the Browse-button or to fill in a filename myself (without the Browse-button, but only the filename, not the filepathe!). Using the Browse-button works fine, but when I just write the filename (like "test.txt") in the textbox, IE is gives me "error on page"-message in the left corner and when I click on this for...
1
2247
by: incognito | last post by:
Hello I recently started up my own website and aquired an affiliates directory script. Where webmasters can add thier site to my directory and visitors can rate the sites listed. All has been going really well until I wanted to rate a site in the directory, but I keep getting an "error on page error" in the bottom left hand corner of my screen. like this: http://www.futureclix.com/images/erroronpage.jpg I have looked everywhere in my...
1
1952
by: bagya | last post by:
please help me out the following is the small code i have <html> <head> <script type="text/javascript"> function validate() { if (document.abc.region.value==0)
4
3025
by: rukkie | last post by:
Hi, I have some problems with a PHP reference in a <SCRIPTtag, but only with the Internet Explorer, which gives a "Error on page" message in the Status Bar. The code is as follows : <script> <!-- var stat =<?php echo stripslashes($status); ?>; window.status = stat;
2
4377
by: Siebbel | last post by:
I have the following problem: I am building a piece of software I made using jboss on a new server and try to run it, but it seems something is wrong with xml. I get the following error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. Invalid xml declaration. Line 48, Position 3
1
1204
by: danny causer | last post by:
Hi, I am trying to make my first dynamic site using php. I am however getting the following error message on my first page: _______________________________________________________ My first Page home tutorials Notice: Undefined index: page in C:\wamp\www\test\index.php on line 18 welcome to my website ______________________________________________________
0
8612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9171
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9032
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7743
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6532
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2342
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.