Find end DIV tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pinto1953
    New Member
    • Jun 2007
    • 1

    Find end DIV tag

    I have a web page with many panels and controls. A rogue DIV has appeared which I cannot delete. I gave it an id name of George so I could locate the start
    <DIV in the HTML but how can I find the end DIV> ? Can I then just delete these two lines ?
    I am very novice and don't usually touch the HTML at all so any help very much appreciated.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    The only thing you can do is move to the next </div> tag. Every starting div tag should be followed by its closing tag.

    Some editors have the ability to highlight matching start/end tags.

    Comment

    Working...