Line spacing

S

Scott Sanford

How do you make it so that your line spacing is when you hit the enter key
it drops you one line (like when you press CTRL + enter)? I'm using FP to
write an HTML e-mail template and the double line spacing isn't working for
the e-mail template. I've already tried playing with page properties and
cell and table properties.

Thanks,
Scott
 
T

Tom J

Did you try Format/Paragraph & then set spacing to "0", then when you do
carriage return, you just go 1 line. You do have to start with 2 paragraphs
before you can do the formatting.

Tom J
 
S

Scott Sanford

Thanks Tom. Will give that a try...
Tom J said:
Did you try Format/Paragraph & then set spacing to "0", then when you do
carriage return, you just go 1 line. You do have to start with 2
paragraphs before you can do the formatting.

Tom J
 
M

Murray

Interesting that there is a parallel thread on the .client forum.

Tom's method is the right way to do this. He is recommending using CSS to
set the inherent paragraph margins to zero. You could choose other non-zero
values too.
 
Top