Title: Blockquote and validation problem
Last modified: August 18, 2016

---

# Blockquote and validation problem

 *  [lynne_ydw_i](https://wordpress.org/support/users/lynne_ydw_i/)
 * (@lynne_ydw_i)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/)
 * Can someone please tell me why the blockquote is screwing up my validation. I
   can’t figure it out and my eyes are getting cross eyed while going over and over
   the css.
 * [http://cariadsrealm.net/journal](http://cariadsrealm.net/journal)
 * Thanks.
 * Lynne

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

1 [2](https://wordpress.org/support/topic/blockquote-and-validation-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/blockquote-and-validation-problem/page/2/?output_format=md)

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135198)
 * `When you use the`
 * <blockquote> tag like this, so it looks like it sort of will</blockquote>
 * it really upsets stuff.
 * Better to <blockquote> use it like this which looks odd when you do it but means
   </blockquote> that it validates.
 * Odd but true 🙂
 *  Thread Starter [lynne_ydw_i](https://wordpress.org/support/users/lynne_ydw_i/)
 * (@lynne_ydw_i)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135216)
 * Nope, it’s still not validating even putting everything on the same line. I don’t
   understand.
 *  [bubsatschool](https://wordpress.org/support/users/bubsatschool/)
 * (@bubsatschool)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135220)
 * Hmm, I’ve tried to understand why WP automatically adds the `<p></p>` when you
   use `<blockquote>`. Still, I don’t understand why this would cause a validation
   error.
 * According to your validation results, you have some `<blockquote>`s that aren’t
   properly closed.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135222)
 * Edit: Deleted as actual solution was found by someone else.
 *  [bubsatschool](https://wordpress.org/support/users/bubsatschool/)
 * (@bubsatschool)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135223)
 * Nuclear — what is the purpose of the added `<p>`‘s after the `<blockquote>`‘s?
   I’m just curious.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135229)
 * BubsatSchool,
 * I wish I had an answer for you. One of the coders will have to answer this question.
   I just accepted it as part of the inner workings of WordPress and designed around
   it.
 * I could guess, but I would just be wasting your time by doing so.
 *  Thread Starter [lynne_ydw_i](https://wordpress.org/support/users/lynne_ydw_i/)
 * (@lynne_ydw_i)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135231)
 * I just added the space as suggested by podz, or that’s what I read from his post.
   I’ve taken the space out and it’s still not validating.
 * BubsatSchool, the blockquotes are properly closed, whcih makes the error even
   stranger.
 *  Thread Starter [lynne_ydw_i](https://wordpress.org/support/users/lynne_ydw_i/)
 * (@lynne_ydw_i)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135233)
 * I understand it’s probably an error on my part someplace perhaps in the css, 
   but I can’t figure out what it is.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135234)
 * Lynne did you address the issue I found?
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135237)
 * Edit: Actual solution found by someone else.
 *  [bubsatschool](https://wordpress.org/support/users/bubsatschool/)
 * (@bubsatschool)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135240)
 * Are the `<p>`‘s AROUND the `<blockquote>`‘s or INSIDE the `<blockquote>`‘s?
 * ie:
 * `<p><blockquote>text</blockquote></p>`
 * OR
 * `<blockquote><p>text</p></blockquote>`
 *  [Michael Adams (mdawaffe)](https://wordpress.org/support/users/mdawaffe/)
 * (@mdawaffe)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135246)
 * When editing your post:
 * **Bad:**
    `outside <blockquote>inside</blockquote> outside`
 * It outputs
    `<p>outside<br /> <blockquote>inside</blockquote> outside </p>
 * **Good:**
    `outside <blockquote>inside</blockquote> outside
 * _It_ outputs
    `<p>outside</p> <blockquote><p>inside</p></blockquote> <p>outside
   </p>
 * And you cant have `blockquotes` inside `p`s. So put your `blockquote`s on new
   lines and everything should work out.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135248)
 * So, Lynne, I guess it wasn’t the fault of WordPress after all! **:0)**
 *  [Michael Adams (mdawaffe)](https://wordpress.org/support/users/mdawaffe/)
 * (@mdawaffe)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135249)
 * Well… you can always argue WordPress should be smarter. `:)`
 *  Thread Starter [lynne_ydw_i](https://wordpress.org/support/users/lynne_ydw_i/)
 * (@lynne_ydw_i)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/#post-135255)
 * Pardon my ignorance, be patient.
 * I’m not doing anything differently on this journal than I do on my other journal,
   and it’s validating there using blockquote the smae way.
 * [http://stpaulschool.net/bulletin/index.php](http://stpaulschool.net/bulletin/index.php)

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

1 [2](https://wordpress.org/support/topic/blockquote-and-validation-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/blockquote-and-validation-problem/page/2/?output_format=md)

The topic ‘Blockquote and validation problem’ is closed to new replies.

 * 20 replies
 * 5 participants
 * Last reply from: [lynne_ydw_i](https://wordpress.org/support/users/lynne_ydw_i/)
 * Last activity: [21 years, 4 months ago](https://wordpress.org/support/topic/blockquote-and-validation-problem/page/2/#post-135501)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
