Results 1 to 3 of 3

Thread: Content won't go in div

  1. #1
    Join Date
    Feb 2009
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Content won't go in div

    ok hey guys, i’m new to this forum and a noob at web design so please bear with me!

    if you take a look at this http://UndiscoveredTruth-x.itsadoozy.com/cozza
    then click “CLICK TO TEST” the content appears under outside the whole container!
    *groan*
    help pleaseee (L)!
    Last edited by Snookerman; 04-22-2009 at 08:09 AM. Reason: added "Resolved" prefix

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    That's because the test content div is placed outside the container div, it's actually placed after the closing html tag:
    HTML Code:
    </div> <!-- closes container div --> 
    </body>
    </html>
    
    <div id="content">
    <h1>lol</h1>
    <h3>testing</h3>
    
    </div>
    Put it where you want it to appear instead.

    Good luck!

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    cozapple (02-16-2009)

  4. #3
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Talking

    It seems that your problem has been solved. If you don't have any other issues you need help with, you can go to your first post in this thread, click then click Go Advanced and add the Resolved prefix to the thread title.
    This will let other users know the problem has been solved.

    Good luck with your site!

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
  •