We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28554
    • 201 Posts
    Hi Guys,

    So I’m currently building a site in Revo, and I’m getting some weird validation errors (http://www.akto.nl/index2.php%3Fid%3D34&charset=(detect+automatically)&doctype=Inline&group=0&user-agent=W3C_Validator/1.1" target="_blank" rel="nofollow">validator here). Basically it says I can’t use an h2 element in a div element... Which sounds kind of absurd, especially considering that an h2 element before that (also in div) is marked as valid by the validator...

    Any thoughts?
      • 4310
      • 2,310 Posts
      #  <p><a href="index2.php?id=62" title="Klik hier om de hele vacature Stagaire te bekijken">» Bekijk de vacature</a>
      # <h2>Gezocht: Baliemedewerkster</h2>

      You haven’t closed the <p> tag before your <h2>
        • 28554
        • 201 Posts
        Quote from: bunk58 at Jul 15, 2010, 01:39 PM

        #  <p><a href="index2.php?id=62" title="Klik hier om de hele vacature Stagaire te bekijken">» Bekijk de vacature</a>
        # <h2>Gezocht: Baliemedewerkster</h2>

        You haven’t closed the <p> tag before your <h2>

        Goddammit.. Thanks man. After staring at code for a while I get all cross-eyed and miss these sort of things... Thanks alot again!
          • 4310
          • 2,310 Posts
          We all do it wink