- This topic has 4 replies, 4 voices, and was last updated 12 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Description copy line breaks
I need to have some paragraph spacing and line breaks in the item description fields. All of my description copy is one giant paragraph. All of my bullet points run together. Any recommended workaround?
You can use HTML in the description field which can help you customize the look of the description field. For example:
This is a test line. <br /> This line will be in the next line. <br />
<ul>
<li>list point 1</li>
<li>list point 2</li>
<li>list point 3</li>
</ul>
Ok thank you. That will do.
Where in the script can you add a line break between line items? I wish to not use the HTML solution neither. Please give the line number.
The full description is in one variable so you can’t add line break in the code. The description text will automatically wrap but if you want to manually add line break then the only option is to add the following where you want the break:
"<br />"