Title: Alignment Issue
Last modified: August 18, 2016

---

# Alignment Issue

 *  Resolved [rick2006](https://wordpress.org/support/users/rick2006/)
 * (@rick2006)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/alignment-issue/)
 * [http://canyonofheroes.com/blog/](http://canyonofheroes.com/blog/)
    I haven’t
   touched anything. Only added the article. Now it seems to have pushed the header
   and footer out of alignment. Can anybody direct me where to go to fix this problem?

Viewing 15 replies - 16 through 30 (of 32 total)

[←](https://wordpress.org/support/topic/alignment-issue/?output_format=md) [1](https://wordpress.org/support/topic/alignment-issue/?output_format=md)
2 [3](https://wordpress.org/support/topic/alignment-issue/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/alignment-issue/page/3/?output_format=md)

 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328918)
 * rick2006, I might be wrong, but maybe within the “posts” code, there is a div
   placed there, that happened to me when I was creating a new post the other day.
   I had to click on the HTML button above the write post box, and removed two added`
   <div>`s that were added some how. =(
 * Also, I have made a post on this again, with all the files and such that are 
   fixed….
    [http://wordpress.org/support/topic/61234?replies=1](http://wordpress.org/support/topic/61234?replies=1)
 * Just upload all from that rar archive except the header image. =) Should be ok
   then.. =)
 * spencerp
 * Also, you might want to check out these errors, locate them all and fix them 
   if need be. =) Found 107 errors for it.. =(
    [http://validator.w3.org/check?uri=http%3A%2F%2Fcanyonofheroes.com%2Fblog%2F](http://validator.w3.org/check?uri=http%3A%2F%2Fcanyonofheroes.com%2Fblog%2F)
 *  Thread Starter [rick2006](https://wordpress.org/support/users/rick2006/)
 * (@rick2006)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328919)
 * You’ve been a great help spencercp and I was very optimistic to upload the new
   files. For the last hour I sat around playing with variables in style.css. Unfortunately,
   still no go. It’s nothing that my guy is doing. He’s just taking his article 
   and sticking it in through the admin. It’s nothing I’m doing because everything
   I play with I revert back to the original after I see that it doesn’t work.
    
   Your files have been installed and bring me right back to where I started. I’m
   looking at the 20000000 violations and wondering how in the Hell that’s happened
   from just following instructions.
 *  Thread Starter [rick2006](https://wordpress.org/support/users/rick2006/)
 * (@rick2006)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328920)
 * Spencernp, no offense but why don’t you make that test blog about 5 times longer
   and see if you still don’t have alignment issues? When I chopped 70% of the blog
   content away mine too fit within the assigned parameters.
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328921)
 * Well apparently it is coming from the “output” of the posts then, and not necessarily
   the files or theme itself. :/ Just took another look at your validation errors
   there, and like I said, my main blog was screwy to because I had two `<div>`s
   thrown into the post “codes” while saving it..and it pushed my whole sidebar 
   downwards…and the background went screwy as well.
 * I then went in and clicked on the HTML button for the post and found the two 
   added `<div>` tags removed them and it was all fine again.. so my guess is to
   try and view the source codes of the post(s) themselves once and see if something
   is in there maybe that’s messing it up. :/
 * spencerp
 * I know I don’t have lengthy posts on my test blog, but it still shouldn’t mess
   it up though…the template files I mean..
 * [http://validator.w3.org/check?uri=http%3A%2F%2Fvindictivebastard.net%2Fkubrickfixed%2F](http://validator.w3.org/check?uri=http%3A%2F%2Fvindictivebastard.net%2Fkubrickfixed%2F)
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328922)
 * It also appears you have opened `<div>`s, `<p>`, and even have assigned classes
   or what not to various things, but the classes are not totally specified some
   where, like in the CSS file or something.. :/ Mmm…
 * Examples:
    `<p class="MsoNormal">` `<p align="center" class="MsoNormal">` `<div
   style="text-align: center" />` `<div align="left" />`
 * Most errors appear to be coming from the the first “class”.. then also have something
   with around error 39 thru 43.. mmm.. :/ =( Try and find them once and see what
   you can change or fix..even if you fixed one of them, you might be alot farther
   ahead.. =)
 * spencerp
 * For the last two I posted here, those are closing divs automatically I think…
   if I remember right and then you also have end `</div>` tags as well for them..
   I think..
 * Try keeping it like you have, just do this with these once..maybe..
 * `<div style="text-align: center">`
    `<div align="left">`
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328923)
 * “He’s just taking his article and sticking it in through the admin.”
 * Is he copying and pasting it in from another program?
    Is the rich text editor
   turned off or on? I know that itself has caused problems.
 * Out of the box, there shouldn’t be any problems like the one you’re having.
 * EDited to add: now that I’ve looked at the source code of the page, yeah – there’s
   all kinds of stuff that shouldn’t be there, specifically around the text of the
   post.
 * Go to /wp-admin/profile.php of your profile, and “your guy”s profile, scroll 
   down and UNCHECK the rich text editor ticky box.
 * Then go back to that post and put plain text in it. No tags, no un-needed HTML.
   And most importantly, NOT pasted in from something like MS Word.
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328924)
 * Oh yeah! I remember from another post that apparently they were using a program
   like Microsoft Word or something like that, when writing or editing the post(
   s) and then copied/pasted the article into WP and posted it, spitting out those:“
   MsoNormal” errors I think.
 * One of the mods here told them to use another Text Editor program once and retry
   it. I think they said Notepad, Metapad or some other…can’t put my finger on it
   now.. =(
 * spencerp
 * “Probably Notepad, the point being if someone is going to be writing an entry
   in another program and pasting it in, it better be plain text. :)”
 * Hahaha, yeah..true. =)
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328925)
 * Probably Notepad, the point being if someone is going to be writing an entry 
   in another program and pasting it in, it better be plain text. 🙂
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328926)
 * Nope, notepad2. From [http://www.flos-freeware.ch](http://www.flos-freeware.ch).
   Because even notepad is occasionally unable to produce clean code…. remember 
   seeing some little “square” thingies in notepad? Those will do all SORTS of nasty
   things if imported into wp….
 * Don’t EVER use a MS product to produce input for an online effort. And yes, that
   not only includes FP, it BEGINS with FP, goes on to word, wordpad, and finishes
   up with notepad.
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328927)
 * For me, I never used anything like Notepad, Metapad or even MS Word for making
   a post, and never copied/pasted from there to the WP write post page. (Always
   played it safe there.)
 * On another note, when I had used Plog before, (now called Lifetype or some such)..
   I had manually copied all the posts from there into WP and that gave me problems..
 * I still have tons of posts to go through and fix yet from that transfer. =( But
   besides that, thanks so much for that link vkaryl. =) I’m going to download NotePad2
   now…I know all about them little black “square” boxes or dots..dang little trouble
   makers they are lol..
 * spencerp
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328928)
 * Yeah. They are. Notepad2 will allow you to edit ANYTHING – js, php, c++, vb….
   you name it. It will allow you to set it to show line numbers, and to color encode
   matching delimiters.
 * I cannot praise it enough. Nor can I stress enough that you should use anything
   but a MS product. There are other good editors out there besides my preferred
   one.
 * NONE of them originate from MS/Redmond WA.
 *  Thread Starter [rick2006](https://wordpress.org/support/users/rick2006/)
 * (@rick2006)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328929)
 * That’s the point that I’m at right now. I’ve already confirmed one of our writers
   did in fact us MS Word. I’ve asked the other writer but already suspect that 
   was the case for him too. I thought I’d be okay having them copy and paste into
   notepad so as to strip it all down but after reading the last couple posts I 
   think I’ll ask them to go from Word (where the doc was created), into Notepad,
   and then have them give it to me so I can look at it in Dreamweaver.
    Sound like
   a plan?
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328930)
 * Dang, I gotta get me Notepad2. 😉 vkarl, so with you on the no-MS. (still kinda
   stuck with some of it, hence the flinging around of “notepad”) And FP? Oh my,
   give me a heart attack. I refuse to work with it.
 * Rick, at least we’ve narrowed down the problem. 🙂
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328932)
 * rick2006, glad all our comments or replies are “helping” and you located the “
   suspected” problem. =) But just use the NotePad2 like vkaryl said though, because
   the original plain NotePad spits out them little black squares and stuff. =( 
   Should be all good to go then… =)
 * [http://wordpress.org/support/topic/58922?replies=29#post-330876](http://wordpress.org/support/topic/58922?replies=29#post-330876)
   
   [http://www.flos-freeware.ch/](http://www.flos-freeware.ch/)
 * spencerp
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/2/#post-328933)
 * Yeah, Rick – though really, I personally have to include dreamweaver in there
   with the “don’t GO there!” applications. If you have dw set to generate vanilla
   code, you MAY be okay. Of course, if you follow your planned path for “cleanup”
   and you still have trouble, you’ll know where to look next, right?
 * And just in case you might want to consider a DREAM of an html/css editor: take
   a look at TopStyle Pro from [http://bradsoft.com/](http://bradsoft.com/). Even
   though he “sold out” to newsgator, the program is still sterling…. (um. he’s 
   the guy behind Homesite….)

Viewing 15 replies - 16 through 30 (of 32 total)

[←](https://wordpress.org/support/topic/alignment-issue/?output_format=md) [1](https://wordpress.org/support/topic/alignment-issue/?output_format=md)
2 [3](https://wordpress.org/support/topic/alignment-issue/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/alignment-issue/page/3/?output_format=md)

The topic ‘Alignment Issue’ is closed to new replies.

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [columns](https://wordpress.org/support/topic-tag/columns/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)

 * In: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
 * 32 replies
 * 5 participants
 * Last reply from: [spencerp](https://wordpress.org/support/users/spencerp/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/alignment-issue/page/3/#post-328937)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
