Recent content by heelsuu

  1. H

    HTML/PHP Language Difficulties?

    I'm trying to do a website with HTML/PHP Language but when i do my div option in the css sheet, nothing appear on my screen except my body. Here's my Body structure: <div id="page"> <div id="header"> </div> <div id="contenu"> <h1>TEST</h1> </div> <div id="footer"> </div> </div> css part...
  2. H

    HTML/PHP Language Difficulties?

    I'm trying to do a website with HTML/PHP Language but when i do my div option in the css sheet, nothing appear on my screen except my body. Here's my Body structure: <div id="page"> <div id="header"> </div> <div id="contenu"> <h1>TEST</h1> </div> <div id="footer"> </div> </div> css part...
Back
Top