Overlapping or no closing tag

Using DW6. 
Trying to insert anything, a div tag or spry menu bar in the menu_bar , main or footer content areas, and the insertion jumps to the body tag and inserts above the outer container.
I clicked on highlight invalid code
Code is hightlighted as overlapping or no closing tag for outer, inner and header container only.
So right now I cannot make any insertions, I have closed and reopened with same results. I have also tried to insert manually but nothing shows, although I can create and edit new rules.
Thanks for helping
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>index</title>
<link href="styles/css_main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="outer_container">   (highlighted)
  <div id="inner_container">   (highlighted)
    <div id="header">(highlighted)
      <!--#include file="includes/header_main.txt" -->
    </div> (highlighted)
<div id="red_bar">Helping Saint Louis Sleep Better Since 2000</div>
<div id="menu_bar">sdfgsdfg</div>
         <div id="main_content">Contnt for  id "main_content" Goes Here</div>
         <div id="footer">Contvent for  id "footer" Goes Here</div>
  </div>   (highlighted)
</div>(highlighted)
</body>
</html>
@charset "utf-8";
.include_header {
font-size: 75px;
color: #CC0000;
text-align: center;
margin: 0px;
font-variant: normal;
padding-top: 0px;
padding-right: 55px;
padding-bottom: 0px;
padding-left: 0px;
font-style: normal;
text-transform: none;
font-weight: 900;
font-family: Pupcat;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #336699;
border-right-color: #336699;
border-bottom-color: #336699;
border-left-color: #336699;
.hampton_address {
list-style-type: none;
margin: 0px;
float: left;
padding-left: 250px;
font-weight: bold;
color: #333;
background-color: #FFF;
.hampton_address ul li {
list-style-type: none;
.mcree_address ul li {
list-style-type: none;
.mcree_address {
float: right;
padding-right: 300px;
font-weight: bold;
color: #333;
text-decoration: none;
list-style-type: none;
background-color: #FFF;
#outer_container {
background-image: url(../images/background/gradient59803139.png);
background-repeat: no-repeat;
background-position: 100% 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
visibility: visible;
z-index: 0;
height: 100%;
width: 100%;
left: 8px;
top: 7px;
#inner_container {
background-color: #FFF;
margin: 0 auto;
padding: 0px;
height: auto;
width: 968px;
overflow: hidden;
/* [disabled]visibility: visible; */
border: thick double #336699;
color: #333;
#header {
background-color: #FFF;
width: 968px;
overflow: hidden;
height: 205px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #336699;
border-right-color: #336699;
border-bottom-color: #336699;
border-left-color: #336699;
#menu_bar {
margin: 0px;
padding: 0px;
float: left;
width: 250px;
#red_bar {
font-family: "Comic Sans MS", cursive;
color: #FFF;
background-color: #F00;
height: 40px;
width: 968px;
font-size: 24px;
text-align: center;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #336699;
border-right-color: #336699;
border-bottom-color: #336699;
border-left-color: #336699;

<table width="986" background-color="FFF" cellspacing ="0" cellpadding="0">
  <tr>
    <td><img src="./images/logo/bed_guy.gif" width="195" height="116" alt="bedguy logo" /></td>
    <td><div class="include_header">The BedGuy</div></td>
    <td><a href="#"><img src="./images/logo/logo_sticker.jpg" width="205" height="96" alt="shop saint louis" border="0" /></a> </td>
  </tr>
</table>
<div class="hampton_address">
  <ul>
    <li>6431 Hampton Ave</li>
    <li>Saint Louis, MO 63109</li>
    <li>314-678-9100</li>
  </ul>
</div>
<div class="mcree_address">
  <ul>
    <li>4666 McRee Ave</li>
    <li>Saint Louis, MO 63110</li>
    <li>314-772-9999</li>
  </ul>
</div>

Similar Messages

  • Matching opening and closing tags in MXML

    Is possible to match the opening and closing tag in MXML with Flash Builder 4.x?
    In AS3 you can see the curly braces highlighted and you can type Ctrl+Shift+P to jump from one bracket to the other.
    In DreamWeaver you can see the hierarchy for every HTML element, and you  can click any HTML element to highlight the block inside.
    I can see only icons with - and + for contract or expand the MXML blocks, but they are working wrong !

    If you click the element in Outline view, it should highlight the entire tag for you.  Is it not doing this in FB 4?

  • How to do closing tag: tag /tag instead of tag/ in jdev xslt mapper

    Hi!
    We have commercial systems, which cannot work with short closing tags for empty nodes.
    Xslt mapper for oracle mediator optimize everytime to short closing tag, when node content is empty.
    Is there a property or technique to achieve long closing tags?
    Kind regards
    Torsten

    http://www.biglist.com/lists/xsl-list/archives/200610/msg00342.html
    not really a pretty solution, but you could try adding the comments

  • Avoid explicit closing tag in XML using graphical mapping

    Hi,
    I created a data type with an element called TAG1 which has an attribute called attr.
    I mapped an empty constant to the element and the value XXX to the attribute.  I`m using graphical mapping and the XML I get is the following:
    <TAG1 attr = u201CXXXu201D></TAG1>
    But for reasons of volume I need to generate the XML without the explicit closing tag, such as:
    <TAG1 value = u201CXXXu201D/>
    Is there any possibility to achieve this with graphical mapping?
    Thanks & Best Regards,
    Viviana

    > But for reasons of volume I need to generate the XML without the explicit closing tag, such as:
    >
    >  <TAG1 value = u201CXXXu201D/>
    >
    > Is there any possibility to achieve this with graphical mapping?
    This is not posible. The graphical mapping always creates start and end tag, even for empty elements.
    You need a seperate mapping step with XSLT or Java mapping.
    Regards
    Stefan

  • How to make an explicit closing tag in XML(e4x).

    I'm working with some XML data and I'm having trouble forcing the way my closing tags are generated.
    I want the long hand form, such as:
    var xmlData:XML =
    <code>
       <codeSnippet>
       </codeSnppet>
    </code>;
    But when I try to insert nodes within the codeSnippet node as child nodes(<snippet />, etc.), and then write to a file, it
    makes the codeSnippet node look like <codeSnippet /> and the <snippet /> nodes are after, which will not work.
    How can I make it NOT treat an empty node as  <codeSnippet /> and explicitly keep it as in long hand form, such as:
    <codeSnippet>
    </codeSnppet>
    Thanks...
    fd

    I figured it out for myself.
    So, does that mean I get the 10 points?
    fd

  • Closing tag in xml transformation

    Hi experts,
    I have the following ABAP code:
    ABAP itab to XML string
      CALL TRANSFORMATION id SOURCE data = ti_stocks[]
                             RESULT XML    ps_output.
    The result in ps_output should be an xml like this
    <?xml version="1.0" encoding="utf-16" ?>
    <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
    <asx:values>
    <DATA>
    <ZTABLE_STO>
      <FIELD1 /> ABC</FIELD1>
      <FIELD2 />0300</FIELD2>
      <FIELD3 />1</FIELD3>
      </ZTABLE_STO>
    etc.
    However, if my internal table ti_stocks contains the field1 with an empty value then the xml is incorrect without its corresponding closing tag:
    <?xml version="1.0" encoding="utf-16" ?>
    <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
    <asx:values>
    <DATA>
    <ZTABLE_STO>
      <FIELD1 />
      <FIELD2 />0300</FIELD2>
      <FIELD3 />1</FIELD3>
      </ZTABLE_STO>
    etc.
    How can I resolve this problem? I would like to have an open tag and a closing tag for every field.
    FIELD1 is a char type field.
    Thank you,
    Oscar
    Edited by: Oscar Arranz on Jan 26, 2012 2:46 PM

    Hello everyone, sorry for my english, I had the same requeriment for the end tag, the simple transformation give this result <xxx/> when the value was empty, and I did something similar to Oscar,
    i did the simple transformation and the result whas and xstring, i used a function to pass it to string, and then I make a replacement.
    here is some code:
    *  Genera XML
       data: xml_xstring          type xstring.
       data: w_xml                 type string.
       data: ixml                    type ref to if_ixml,
               streamfactory      type ref to if_ixml_stream_factory,
               encoding             type ref to if_ixml_encoding,
               ixml_ostream      type ref to if_ixml_ostream.
       data: resstream           type ref to if_ixml_ostream.
    ****Create an instance of the Ixml Processor
       ixml = cl_ixml=>create( ).
    *  ****Create the Stream Factory
       streamfactory = ixml->create_stream_factory( ).
    *  ****Create an Endcoding and Byte Order
       encoding = ixml->create_encoding( character_set = 'ISO-8859-1' byte_order = 0 ).
    *  *  ****Create the output stream with a pointer to our binary string
       ixml_ostream = streamfactory->create_ostream_xstring( xml_xstring ).
    *  ****Set the Encoding into a stream
       ixml_ostream->set_encoding( encoding = encoding ).
    ****Call simple Transformation
       call transformation zdte_libros
       source zcaratula = x_doc
       result xml ixml_ostream.
    *From xstring to string.
       call function 'HR_RU_CONVERT_HEX_TO_STRING'
              exporting
                     xstring = xml_xstring
              importing
                     cstring = w_xml.
    * <xxx/> to <xxx><xxx/>
       replace all occurrences of regex '<([^><\s]+)( [^><]+)?/>' in w_xml with '<$1$2></$1>'.
    Hope it helps someone with the same problem .

  • ACE-4710 : XML Syntax Error du to a missing closing tag

    Hi,
    We use XML over HTTPS to gather connections information from a management station. We can successfully read the number of connections per real server (rserver), but the ACE returns a buggy XML code when we tray to get the number of connections through the VIP (by asking the service-policy). The problem is a missing closing tag in the returned code. The missing tag is </sp_class_map>.
    We have the latest ACE software version A3(2.2) installed. Note that the same request on a ACE Service Module does not presents this bug. I took a look in the bug toolkit but did not found the exact match.
    Does somebody already had this problem ? it is anoying as we cannot represent the number of connections for a specific vip in the NMS.
    I attach the returned XML code, in which I highligted the tad that does not have its closing counterpart.
    Thank you for any info before I open a TAC case
    Yves

    Thank you Gilles,
    It seams that this bug is only visible inernally : "Information contained within bug ID CSCsz52234 is only available to Cisco employees".
    I saved the bug to be informed on its status. Do you thing I should open a TAC case anyway ?
    Yves

  • Setting node value of self closed tags

    Hi all, I was just wondering if anyone knew the answer to this problem, I'm new to this level of java programming and I've been reading documentation till my eyes have started bleeding. When I use the setNodeValue() function on an element, it works fine UNLESS the node is self closed, in which case i cannot access it as it comes up as null. If anyone can give a sample code, or point me in the right direction I'd appreciate it

    by "it" i mean the node itself, and by "comes up as", i mean that the value of the node (and data type apparently) is null. Here is the code snippet that i currently have;
    NodeList nodeLst = doc.getElementsByTagName(repeatedNode);
    for (int s = 0; s < nodeLst.getLength(); s++) {
         Node fstNode = nodeLst.item(s);
         if (fstNode.getNodeType() == Node.ELEMENT_NODE) {
              Element fstElmnt = (Element) fstNode;
              NodeList fstNmElmntLst = fstElmnt.getElementsByTagName("status");
              Element fstNmElmnt = (Element) fstNmElmntLst.item(0);
              Node test = (Node) fstNmElmntLst.item(0);
              if (fstNmElmnt != null){
                   NodeList fstNm = fstNmElmnt.getChildNodes();
                   if ( ((Node) fstNm.item(0)) != null ){
                        ((Node) fstNm.item(0)).setNodeValue("testing setvalue");
    }Notice the checks against null that I have in the code, those are to check against the self closed tages (eg <node />). I realize that there is nothing wrong with xmnl being formatted in this way, I just need to find a way to set values in those nodes. From reading the documentation on setNodeValue() ( [http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Node.html#setNodeValue(java.lang.String)|http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Node.html#setNodeValue(java.lang.String)] ), the function cannot be used on a node that is of type null. What I'm trying to figure out is what to use instead yo be able to set the values of those "null" nodes.
    Edited by: Billy1234 on Jul 3, 2008 6:01 AM

  • XML closing tags missing throws exception with SAX Parser

    Hey,
    I'm trying to create an XML Document from some HTML.
    I am getting this exception:
    [Fatal Error] :1:334: The element type "input" must be terminated by the matching end-tag "</input>".
    Exception in thread "main" java.lang.RuntimeException: org.xml.sax.SAXParseException: The element type "input" must be terminated by the matching end-tag "</input>".
         at server.XMLUtils.createDocument(XMLUtils.java:76)The xml is like this:
    <html>
    <input name="s" size="5">
    </html>Is there some setting I can change in the parser to make it ignore missing closing tags?
    Here is my current code
         public static Document createDocument(InputStream is) {
              try {
                   Document doc;
                   DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
                   DocumentBuilder db = dbf.newDocumentBuilder();
                   doc = db.parse(is);
                   doc.getDocumentElement().normalize();
                   is.close();
                   return doc;
              } catch (Exception e) {
                   throw new RuntimeException(e);
         }Thanks

    Nether wrote:
    Hey,
    The xml is like this:
    <html>
    <input name="s" size="5">
    </html>
    That is not XML. It might qualify as HTML. An XML file would be
    <html>
    <input name="s" size="5"/>
    </html>Winston

  • Create XML element without closing tag using Visual C++

    I know how to create xml element with closing tag (using WriteStartElement and WriteEndElement methods)
    <tag id="1234">
    </tag>
    but is there a way in Visual C++ to produce xml element like this
    <tag id="1234"/>
    i.e. without closing tag?

    Hi adamay,
    Please refer to this thread.
    http://stackoverflow.com/questions/8182245/create-xml-element-without-closing-tag-using-xslt
    I think you could try the way of write your own class derived from XmlWriter.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Dreamweaver bug?: XML closing tag ( _/ ) is flawed.

    This is the original code:
    <_bug>hello</_bug>
    And this is how it's opened by DW (CS4):
    <_bug>hello<_bug>
    Sorry but I can't try it in CS5

    Hello Murray! Thanks for your help. The title of my post is wrong and the underscore it's really an underscore. Just copy-paste the code i wrote, save it as .xml, and then open it with DW. You will see the slash of the closing tag is missing   But if you open it with notepad, for example, you will see the slash again.
    The problem comes when you save the file with DW... Your slash will be deleted forever.

  • Dreamweaver CC 2014.1: Auto uppercase on " nobr " closeing tag showing " /NOBR " when using tag wrap shortcut.

    Using the tag wrap shortcut (Command/Ctrl + T) works well. But, I've had to use <nobr> to wrap non-breaking text. This is useful for working on HTML emails and this always leaves the with uppercase letters in the ending tag like this, "</NOBR>".
    I understand that the <nobr> tag is outdated but Email HTML usually forces us to write code like this frequently.
    Any ideas why?
    I'm using Adobe Dreamweaver CC 2014.1

    It's curious. But I often do HTML emails and have never had (or felt the need) to use this antique tag. Can you substitute CSS's white-space:nowrap instead? Anyhow, why do you object to the uppercase closing tag? Esthetics?

  • Self closing tags appearing in xquery

    I am working on a migration project where the weblogic is getting migrated from weblogic 8 to 10.x
    my application uses xquery and when upgraded to higher version i can see some self closing tags getting created in the transformed xml which is not the case with 8.1.
    for example:
    I have given a simple declaration as below
    let $a  := <find an attribute value>
    return
    <abc:value>{$a}</abc:value>
    if the "find an attribute value" returns null then in weblogic 8 the node will not be sent in transformed xml but in weblogic10.x it is parsing the node as self closing one like <abc:value/>
    Is this an issue with migration? I know that the xquery upgraded to 2004 and I did took care of that part.

    So workaround for me in this case would be? as i have number of direct mappings happening in my code of 8.1 and definitely I can't keep an if else block to make it work.
    Well, as you've been relying on a bug then I guess you now have to correct your code.
    I don't see how you can do it without using a conditional block.

  • Tag insight and closing tags problem

    I am a touch-typist, and as such, CF-Builder has a very irritating problem. Let me explain:
    One of the nice things about CFEclipse is that it senses when you have entered a closing element (i.e., #, }, ], ", etc.) When this occurs, it automatically moves the cursor forward WITHOUT leaving a duplicate. The fact that builder does NOT do this is very frustrating. It requires you to remove hands from the keyboard to hit the right-arrow, or you have to turn off the closing tags in the preferences.
    Other than that, seems like a pretty decent editor.

    I couldn't agree more. It's the little things that matter...

  • Auto Highlight Closing Tags

    I recently upgraded my Mac and reinstalled the Adobe suite. Since working with Dreamweaver on my new maching I've realised that the code view no longer auto highlights closing tags (eg; divs, lists etc). On my old setup I simply clicked on a tag and it would automatically identify/highlight the close tag.
    I'm aware of the process of highlighting parent tags etc manually. But it used to happen auto? There doesn't seem to be any specific option for this in the 'Highlighting' preferences either?
    Any suggestions people?
    Thanks in advance!!!

    I don't recall DW ever doing this.  Mine doesn't.   Perhaps you had installed a 3rd party extension that provided this feature?
    Nancy O.

Maybe you are looking for

  • Home Directories can't be deleted in Workgroup Manager

    I set up a Home Directory at the ROOT level of my server to test it. I was successful so I "thought" I knew what I was doing. I needed the Directories to be in my XRaid as that's where the "room" is and I expect to have 15-20 Home Directories. So I d

  • Color toner for HP LaserJet 1536dnf MFP

    It was my understanding that this printer will print in color.   What do I need to make it print in color, or was the packaging misleading, and it only prints in b&w?

  • Use regular expressions to extract .llb filename from path

    I am trying to be clever (always a dangerous thing) and use a regular expression to extract the name of a library from a filepath converted to a string.   Whilst I appreciate there are other ways to do this, regex would appear to be a very powerful n

  • [Sound] Read In From System Out

    I've written a Java program to take sound input from a microphone and run an FFT on it for frequency analysis. It works, and works smashingly well, I might add. Now, I need it for a different purpose. I'm looking to run it against the sound currently

  • Exs24 in l.e8

    hey,can anyone tell me how you load up your own samples into the ex24 in logic express 8...i want to load up samples and play it through my midi controller..is this possable?,i heard it was,thats why i bought upgrade..any help please