Title: PLEASE HELP! paragraph problem!
Last modified: August 18, 2016

---

# PLEASE HELP! paragraph problem!

 *  Resolved [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/)
 * When I’m trying to insert a different paragraph in my < textarea > code. This
   code: < br /> is always automatically inserted. I was wondering how I can get
   rid of that. PLEASE HELP! Cause I can’t make the blog work with that feature!
 * Plus I already tried to unselect the “Formatting: Users should use the visual
   rich editor by default”, it doesn’t work for textareas.

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

1 [2](https://wordpress.org/support/topic/please-help-paragraph-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/please-help-paragraph-problem/page/2/?output_format=md)

 *  [bpartch](https://wordpress.org/support/users/bpartch/)
 * (@bpartch)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429785)
 * Hello
 * In the WP admin panel under “Users” there is a seperate checkbox to disable the
   WYSIWYG editor, that should fix the issue.
 * Hope it helps! 🙂
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429788)
 * um… that still doesn’t work for textarea codes. 🙁 i unselected Use the visual
   rich editor when writing it didn’t work. those only work for the non-textarea
   codes… *sigh*
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429789)
 * [http://wordpress.org/support/topic/82034?replies=2](http://wordpress.org/support/topic/82034?replies=2)
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429790)
 * yes, but for my graphic codes, my visitors find them easier to use if I leave
   spacing in them. But this < br / > wrecks up my CSS codings. Unfortunately wysiwig
   editing doesn’t work for textareas. Is there anywhere I can disable that feature
   completely?
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429793)
 * if you want, you can visit my site at graphics.neoronic.com/blog i made some 
   testings there with the visual rich editor turned off, but you will still be 
   able to see the < br /> in the textareas
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429797)
 * The term textarea is a bit confusing because it is a specific HTML element, used
   to collect text from a visitor.
 * To clarify: This isn’t a problem with your posts? Just the text input of visitors(
   like entering comments, etc.)?
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429800)
 * 1. I never knew textareas were only used to collect text from visitors. Many 
   graphic websites use textareas to display the coding.
 * 2. Yes, it is a problem with the posts. I need to have spacings, it keeps the
   code organized and easy to edit. But with < br /> it affects the coding.
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429806)
 * Reference: [http://www.htmlhelp.com/reference/html40/forms/textarea.html](http://www.htmlhelp.com/reference/html40/forms/textarea.html)
 * I suggest you control line/para/character spacing with css and not by using extra
   linefeeds in the post itself… It will save you trouble in the long run, present
   less problems when changing themes/styling, and keep your database cleaner.
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429808)
 * you mean change the CSS in the layout? i’m kinda new at this, can you show me
   an example?
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429811)
 * I’m afraid I might have misunderstood… Can you clarify: Your issue is NOT with
   how it looks to a visitor, but how it looks to you while creating/editing the
   post?
 * For visitors, then we go to css for styling/spacing, e.g.;
    `p { margin-bottom:
   1em; }
 * If it’s just what you see while editing, then I would recommend adjusting your
   work habit/need for the double-spacing.
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429812)
 * ok, my site is for posting graphics and now I’m trying to organize each of my
   graphic into a post. To make the lives of my visitors easier, I included a textarea
   for each graphic, so they can pick up the code more conveniently. The problem
   is, the CSS coding of the graphic has linefeeds that is NEEDED for organization.
   But wordpress has a problem with adding the < br /> whenever I add an extra linefeed.
   That is a BIG problem for the CSS for each of my graphic as it wrecks the whole
   coding. How can I keep the linefeed without the addition of the “br” code?
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429816)
 * is that description clearer?
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429818)
 * Ok… _I included a textarea for each graphic, so they can pick up the code more
   conveniently._ = Get the url to the image on your site…
 * _The problem is, the CSS coding of the graphic has linefeeds that is NEEDED for
   organization._ The `<textarea>` box is far too small to see any organization ;’)
 * When I do the following in a post, I do not get a `<br />` inserted:
    `Line one
   is a boring line about frogs, but I try to spice it up with a pause... <1 empty
   line> Then segway into frog-legs, creamy-white and sexy.
 * But, if I do this:
    `Line one is a boring line about frogs, but I try to spice
   it up with a pause... <2 empty lines> Then segway into frog-legs, creamy-white
   and sexy.
 * THEN I’ll get a `<br />` thrown in there. Are you experiencing similar behavior?
 * Another thing to consider is using `<code>` or `<pre>`. When I use `<code>` it
   works effectively while I have the [Preserve Code Formatting](http://www.coffee2code.com/wp-plugins/)
   plugin activated.
 * Hope something here helps, and my apologies for taking so long to wrap my head
   around it ;’)
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429821)
 * The problem is, the CSS coding of the graphic has linefeeds that is NEEDED for
   organization. The <textarea> box is far too small to see any organization ;’)
 * lol, that’s true, but the graphics are for the public to use. Therefore, if I
   don’t have different linefeeds, then they won’t be able to know where to add 
   their stuff in. ( most of them don’t know ANYTHING about codes) You always want
   the best for your visitors!
 * Are you experiencing similar behavior?
 * Yes, I am, textareas are a bit complicated cause when I tried to disable the 
   WYSIWYG editor, it only disables the < br /> that are not IN the textareas. So,
   basically, I’m stuck with < br /> in those textareas where visitors pick up the
   codes.
 *  Thread Starter [jadelinna](https://wordpress.org/support/users/jadelinna/)
 * (@jadelinna)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/#post-429822)
 * The problem with the < code > or <pre> is that it takes up too much of the page.
   Cause some of my layouts are VERY long. I want to shrink them into a blog/textarea
   in my case, so it wouldn’t take up the whole page. But do you think the < code
   > will still have the < br /> in them if I have linefeeds in my code?`

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

1 [2](https://wordpress.org/support/topic/please-help-paragraph-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/please-help-paragraph-problem/page/2/?output_format=md)

The topic ‘PLEASE HELP! paragraph problem!’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 17 replies
 * 3 participants
 * Last reply from: [yosemite](https://wordpress.org/support/users/yosemite/)
 * Last activity: [19 years, 10 months ago](https://wordpress.org/support/topic/please-help-paragraph-problem/page/2/#post-429845)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
