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>
</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>
</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> {END MonthlyContributions_dtable_link}</P></TD>{END Sponsors_dtable_column}