Results 1 to 3 of 3

Thread: Not sure what this html validation error is telling me

  1. #1

    Not sure what this html validation error is telling me


  2. #2
    I see mildly ill people. AmbulanceBlues's Avatar
    Join Date
    Aug 2006
    Location
    Houston
    Posts
    119

    I think this is it

    That second DIV tag has no closing bracket, and no closing div tag, far as I could tell. At least when I went to view source.

    Code:
    <div id="middlecontent">
    <div
    <form action="/index.php" method="get">
    <input type="hidden" name="s" value="search" />
    <fieldset id="search">
    <legend>Search</legend>
    <label for="query">Search</label><br />
    <input id="query" name="q" size="22" type="text" value="" />
    <button type="submit">Search!</button>
    </fieldset>
    </form>
    </div>
    --> --> --> --> --> -->

  3. #3
    Ah...thank you! I kept looking for something in the form code! :-)

Similar Threads

  1. Site design milestone from HTML 4.01 transitional to strict
    By KLB in forum HTML, CSS, Layout, and Design
    Replies: 2
    Last Post: 07-15-2006, 08:52 PM
  2. Passing variable to html pages
    By vatsia in forum HTML, CSS, Layout, and Design
    Replies: 5
    Last Post: 11-06-2005, 04:07 AM
  3. Error on JavaScript Snippet with HTML Text Links
    By ETpro in forum HTML, CSS, Layout, and Design
    Replies: 1
    Last Post: 08-28-2004, 10:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •