[wp-testers] Blockquotes Problem

Mark Jaquith mark.wordpress at txfx.net
Wed Apr 6 19:14:43 GMT 2005


Mog wrote:

> In the 4/6 nightly, when I write a post and hit Blockquotes it jumps a 
> couple lines. Does it when I close Blockquotes too. Didn't use to do 
> that. <ol> and </ol> does this too, and there is no close tag for img.
>
> Mog

Probably because doing something like <blockquote>blah</blockquote>foo

will result in improper markup when handled by WordPress' auto paragraph 
code.   You have to separate block level stuff like that.

And <img /> is self-closed, like so: <img src="foo" alt="blah" />    the 
"/>" at the end is the closing part.



More information about the wp-testers mailing list