Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

Too much white space inserted when you press Enter

Author: Edward Hardin Reference Number: AA-00675 Views: 15275 Last Updated: 04/26/2011 01:11 PM 0 Rating/ Voters

When you press Enter while writing something in a knowledge base article, you may find that it adds to much space in between text lines.

What happens actually is that when you hit Enter, a new paragraph gets created. If you want to start typing from a new line without creating a new paragraph, press Shift+Enter combination instead of just Enter. The behavior is expectable and it is the same as in Microsoft Word.

If you would like to make spaces between text paragraphs, you can do this by tiny change in the CSS styles.

Simply go to Customization > Manage Templates and add the following code to the CSS > User Styles section:

div.txt p {
margin-bottom: 5px !important;
}

You can adjust the space by changing "5px" to other values (by default it equals "17px").

If you do not have a custom theme yet, please create it prior to inserting the aforementioned code.