Title: Line break support
Last modified: August 22, 2016

---

# Line break support

 *  Resolved [7leonn](https://wordpress.org/support/users/7leonn/)
 * (@7leonn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/line-break-support/)
 * Hi, I’m looking for a way to support the 
    tag with my text content.
 * Here is the HTML code :
 * > `<p>Adresse<br />
   >  14 street name<br /> Telephone: 33 (0) 4 35 35 35 35<br /
   > > Fax: 33 (0) 4 37 47 59 29</p>`
 * And the result appears on one line:
 * > Adresse 14 street name Telephone: 33 (0) 4 35 35 35 35 Fax: 33 (0) 4 37 47 
   > 59 29
 * Can you help ?
 * Many thanks,
    Jul
 * [https://wordpress.org/plugins/accordion-shortcodes/](https://wordpress.org/plugins/accordion-shortcodes/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [philbuchanan](https://wordpress.org/support/users/philbuchanan/)
 * (@philbuchanan)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/line-break-support/#post-5384186)
 * Shortcodes do not support HTML content in their attributes e.g.:
 * `[accordion-item title="Line <br/>Break"]`
 * You can however use line breaks in the main content area of the shortcode by 
   typing shift + enter so your content would look something like this:
 *     ```
       [accordion-item title="Adresse"]
   
       14 street name
       Telephone: 33 (0) 4 35 35 35 35
       Fax: 33 (0) 4 37 47 59 29
   
       [/accordion-item]
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Line break support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/accordion-shortcodes.svg)
 * [Accordion Shortcodes](https://wordpress.org/plugins/accordion-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accordion-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accordion-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/accordion-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accordion-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accordion-shortcodes/reviews/)

## Tags

 * [line-break](https://wordpress.org/support/topic-tag/line-break/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [philbuchanan](https://wordpress.org/support/users/philbuchanan/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/line-break-support/#post-5384186)
 * Status: resolved