brianair
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Extra HTMLThe wpautop filter changes BR and P tags.
To force a line break, use this:
<br clear="none" />
Valid? I don’t know, but wpautop ignores it. That’s pretty easy relief!
Forum: Plugins
In reply to: [Plugin: Exec-PHP] Bug : automatically add </br> or </p> to my code…The wpautop filter changes BR and P tags.
To force a line break, use this:
<br clear="none" />
Valid? I don’t know, but wpautop ignores it. That’s pretty easy relief!
Forum: Themes and Templates
In reply to: WP not displaying css as writtenThe wpautop filter changes BR and P tags.
To force a line break, use this:
<br clear="none" />
Valid? I don’t know, but wpautop ignores it. That’s pretty easy relief!
Forum: Themes and Templates
In reply to: add <p> tags to get_post() contentThe WordPress wpautop filter changes BR and P tags as if the simple carriage return is banished to history. All through the night, I installed and uninstalled editors and plugins, and inserted code snippets.
To force a line break, use the HTML editor and place this code at the end of the line. Probably unwittingly, wpautop ignores it:
<br clear="none" />
That’s pretty easy relief!
Forum: Fixing WordPress
In reply to: Is there any hope for the Visual Editor? WYSIWY(DON’T)G :(The WordPress wpautop filter changes BR and P tags as if the simple carriage return is banished to history. All through the night, I installed and uninstalled editors and plugins, and inserted code snippets.
To force a line break, use the HTML editor and place this code at the end of the line. Probably unwittingly, wpautop ignores it:
<br clear="none" />
That’s pretty easy relief!
Forum: Fixing WordPress
In reply to: WordPress 2.9 dashboard html editor inserting <p> tagsWhen using the HTML editor to force a line break or BR or P and carriages returns, the WordPress wpautop filter will ignore
<br clear="none" />
That’s pretty easy wpautop relief!
Using the HTML editor for posts, try adding the code below to force a line break or carriage return. Unlike the BR code, the wpautop filter ignores it.
<br clear="none" />
Now that’s pretty good relief!
For
<br />
and carriage returns in posts, you can force a line break in the WordPress HTML editor with:<br clear=”none” />
Now that’s wpautop relief!
For ‘
‘ and carriage returns in posts, force a line break in the WordPress HTML editor with:<br clear="none" />
Now that’s wpautop relief!