What is wrong with the CODE on these 2 pages??

Discussion in 'HTML & Website Design' started by probably_not, Jul 30, 2009.

Thread Status:
Not open for further replies.
  1. #1
    probably_not, Jul 30, 2009 IP
  2. AssistantX

    AssistantX Peon

    Messages:
    173
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    On the pages that display improperly you have an </div> where it is not wanted/needed. The extra </div> is on line 41 of the public viewable source.

    Currect:
    
    <div id="wrap">
          <div id="vessioimportantlayout">
    
    Code (markup):
    Incorrect
    
    <div id="wrap">
          </div><div id="vessioimportantlayout">
    
    Code (markup):
     
    AssistantX, Jul 30, 2009 IP
  3. probably_not

    probably_not Peon

    Messages:
    85
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    awesome - THANK YOU.

    PM me your PAYPAL. :)

    CHEERS!
    mike

    P.S. MODS PLEASE CLOSE THREAD.
     
    probably_not, Jul 30, 2009 IP
Thread Status:
Not open for further replies.