Title: Site layout problems
Last modified: August 18, 2016

---

# Site layout problems

 *  [jazzy](https://wordpress.org/support/users/jazzy/)
 * (@jazzy)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/)
 * I just started with WordPress and I successfully posted my first entry, now I
   am posting my second one but when I go look at it, the second entry goes over
   the top of the first one.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/site-layout-problems/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/site-layout-problems/page/2/?output_format=md)

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137312)
 * A link would help some of the folks here help you troubleshoot the problem.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137314)
 * It’s the same Jazzy: [http://wordpress.org/support/topic.php?id=22013](http://wordpress.org/support/topic.php?id=22013)
 * Your site, for lack of a better term, is really screwed up. Your code needs a
   major clean up. If you don’t know what I mean, try looking at your site via Firefox.
   I don’t use IE, so I have no clue how it looks in that browser (if you could 
   call it that). Anywho, start off by cleaning up your code. Here’s what needs 
   to be done:
 * [http://validator.w3.org/check?uri=http%3A%2F%2Fwww.dont-complain.org%2Fjazzy%2Fwp%2Findex.php](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.dont-complain.org%2Fjazzy%2Fwp%2Findex.php)
 * [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.dont-complain.org%2Fjazzy%2Fwp%2Fwp-layout.css&usermedium=all](http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.dont-complain.org%2Fjazzy%2Fwp%2Fwp-layout.css&usermedium=all)
 *  Thread Starter [jazzy](https://wordpress.org/support/users/jazzy/)
 * (@jazzy)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137315)
 * True, its [http://www.dont-complain.org/jazzy/wp/index.php](http://www.dont-complain.org/jazzy/wp/index.php)
 * And the black font writing is the start of the second blog entry, the grey font
   is the first entry… the 1st blog entry use to be black font but not its grey/
   faded as the 2nd entry is going over it.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137319)
 * Not just that, look at your blog in either Firefox or a Mozilla-based browser.
   It’s displayed as a tiny window with everything smashed together, almost as if
   you were coding this to be displayed on a cell phone. All I can say is to start
   by validating your code. The others, like Kafkaesqui, NuclearMoose, and Podz 
   should be able to steer you in the right direction.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137320)
 * `<div style="position:absolute; left:07px; top:07px; width:249px; height:455px;
   z-index:1; overflow: auto;">`
 * That is why it’s all crunched together. All of the content is inside that div.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137322)
 * (I told you NuclearMoose is a genius.)
 *  [dgstinner](https://wordpress.org/support/users/dgstinner/)
 * (@dgstinner)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137323)
 * Get the doctype on the first line, get rid of the ” tag that before ‘<html>’,
   get rid of the ‘<link>’ that you have on the first line. That will at least help
   getting your code to validate some. As a rule of thumb, if it looks ok in IE,
   it doesn’t mean it’s right. Like macmanx said, download Firefox and use that 
   instead of IE. It’s a standards compliant browser.
 *  Thread Starter [jazzy](https://wordpress.org/support/users/jazzy/)
 * (@jazzy)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137324)
 * Yup, I wanted to change the width of the blog entries, so I used the div layer,
   it’s almost acting as an alternative to an iframe.. it’s going to be directed/
   linked to on my site, and the iframe on it will show only that area of the blog…
   however, I thought the problem is probably the height measure in the div layer…
   so I just increased that, lets hope it worked… I can see how my codes are very
   error-able, lol… I’ll try fix those… but some im not sure can be, the < before
   the link to the stylesheet, needs to be there for it to work…
 *  [dgstinner](https://wordpress.org/support/users/dgstinner/)
 * (@dgstinner)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137326)
 * If you’re talking about the ‘<link>’ that you have on the first line, bring it
   inside the ‘<html>’ tags where it should be.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137328)
 * If all you want to do is display the blog entries on your site, just add The 
   Loop to your site (The Loop is a chunk of code which displays WP’s entries).
 * [http://codex.wordpress.org/The_Loop](http://codex.wordpress.org/The_Loop)
 *  Thread Starter [jazzy](https://wordpress.org/support/users/jazzy/)
 * (@jazzy)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137331)
 * Basically, [http://dont-complain.org/jazzy](http://dont-complain.org/jazzy) see
   my blog entry in that, how its done, the title backgrounded, the codes (view 
   source) … I want it to look like that in my wp blog…. is it possible?.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137333)
 * That’s possible. Just plug The Loop into your existing layout.
 *  Thread Starter [jazzy](https://wordpress.org/support/users/jazzy/)
 * (@jazzy)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137335)
 * Yup, I have that loop code on there… :/
 * You see the light blue background around the blog text… I want that to be the
   background of the entire page too. How do I do that?.
 *  Thread Starter [jazzy](https://wordpress.org/support/users/jazzy/)
 * (@jazzy)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137341)
 * Okay, I just added the loop code to my layout on my actualy site… [http://dont-complain.org/jazzy/index2.htm](http://dont-complain.org/jazzy/index2.htm)
   to test it.
 *  Thread Starter [jazzy](https://wordpress.org/support/users/jazzy/)
 * (@jazzy)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/#post-137342)
 * I still cant seem to get the 2nd entry to go underneath the first one… is it 
   the error in the codes stopping that or something else?.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/site-layout-problems/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/site-layout-problems/page/2/?output_format=md)

The topic ‘Site layout problems’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 16 replies
 * 5 participants
 * Last reply from: [jazzy](https://wordpress.org/support/users/jazzy/)
 * Last activity: [21 years, 4 months ago](https://wordpress.org/support/topic/site-layout-problems/page/2/#post-137345)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
