View Full Version : Wordpress messing up


Chris
07-31-2006, 07:30 PM
http://www.silenceiseasy.com

On creating my new layout, my wordpress messed up. Each blog should be displayed as the first one is, inside the grey area inside the blue area. For some reason, blogs are appearing behind each other, and not under them, and not showing the headers etc.

Anybody got any ideas? Thanks.

Chris :D

bourdelson
07-31-2006, 07:47 PM
I haven't used WordPress in over a year, but I wonder, could it be because each entry is inside of a div with the id of main, instead of all of the entries being inside of the one div collectively?

Right now, each entry looks like this:

<div id="main">
entry stuff
blah
blah
blah
</div>

<div id="main">
another entry here
text
stuff
yeah
</div>

Et cetera. Could that be the problem?

Chris
07-31-2006, 07:57 PM
I haven't used WordPress in over a year, but I wonder, could it be because each entry is inside of a div with the id of main, instead of all of the entries being inside of the one div collectively?
Et cetera. Could that be the problem?

*Applauds*

:D Thank you.

bourdelson
07-31-2006, 08:08 PM
Haha, I do what I can. Glad I could be of assistance, Chris. :)