Log in

View Full Version : Resolved Content won't go in div



cozapple
02-16-2009, 10:37 AM
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)!

Snookerman
02-16-2009, 10:45 AM
That's because the test content div is placed outside the container div, it's actually placed after the closing html tag:

</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!

Snookerman
02-16-2009, 02:09 PM
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 http://www.dynamicdrive.com/forums/images/buttons/edit.gif 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!