The default is to single space.
However, if you are referring to spacing following paragraph breaks
and headings, the default is to add a margin (equal to the height of a
line) between paragraphs.
Include some CSS in the <head> section to reduce the margin.
<style type-"text/css">
p {margin-top:1px; margin-bottom:1px;}
</style>
Change 1px above to suit your layout.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support:
http://www.frontpagemvps.com/
"Keith" <(E-Mail Removed)> wrote in message
news:CC757D94-3EDA-4178-9A0B-(E-Mail Removed)...
> I am continually resetting FrontPage to single space. Can I set it
to always
> single space by default?