This topic is locked

Double Line Spacing in Visual Editor

4/25/2011 4:54:12 PM
PHPRunner General questions
A
AShook author

When using the visual editor, I get a double space between lines when I hit "Enter" for a carriage return. This creates a <BR> manually. However, I have to do this quite often as many of my pages have field tables where I want multiple lines for fields like addresses or in the this example below several Master detail relationship links share a column. I will also loose all my changes if I have to reset the page for some reason.
So my question is how is this default being set? Where can I change it? Is this in a css style sheet somewhere in the project directory or what?
Original snippet example:

<P>{BEGIN SponsorNotes_dtable_link}<A

{$SponsorNotes_dtablelink_attrs}>Sponsor Notes <SPAN {$SponsorNotes_childnumber_attr}>{BEGIN SponsorNotes_childcount}({$SponsorNotes_childnumber}){END SponsorNotes_childcount}</SPAN> </A>&nbsp;

</P>

<P>{END SponsorNotes_dtable_link}{BEGIN GivingHistory_dtable_link}<A

{$GivingHistory_dtablelink_attrs}>Giving History <SPAN {$GivingHistory_childnumber_attr}>{BEGIN GivingHistory_childcount}({$GivingHistory_childnumber}){END GivingHistory_childcount}</SPAN> </A>&nbsp;

</P>

<P>{END GivingHistory_dtable_link}{BEGIN MonthlyContributions_dtable_link}<A

{$MonthlyContributions_dtablelink_attrs}>Monthly

Contributions <SPAN {$MonthlyContributions_childnumber_attr}>{BEGIN MonthlyContributions_childcount}({$MonthlyContributions_childnumber}){END MonthlyContributions_childcount}</SPAN>

</A>&nbsp; {END MonthlyContributions_dtable_link}</P></TD>{END Sponsors_dtable_column}
Sergey Kornilov admin 4/25/2011

Use Enter to insert <p></p>

Use Shift+Enter to insert