PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage How do you set FrontPage 2003 to single space for a global default

Reply

How do you set FrontPage 2003 to single space for a global default

 
Thread Tools Rate Thread
Old 14-12-2005, 02:55 AM   #1
=?Utf-8?B?S2VpdGg=?=
Guest
 
Posts: n/a
Default How do you set FrontPage 2003 to single space for a global default


I am continually resetting FrontPage to single space. Can I set it to always
single space by default?
  Reply With Quote
Old 14-12-2005, 09:50 AM   #2
Stefan B Rusynko
Guest
 
Posts: n/a
Default Re: How do you set FrontPage 2003 to single space for a global default

Nothing to do w/ FP
Html rules are that
- Enter is a link <p> tag (w/ a space after)
- Shift-Enter is a <br> tag (no space after)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontP...53/Default.aspx
_____________________________________________


"Keith" <Keith@discussions.microsoft.com> wrote in message news:CC757D94-3EDA-4178-9A0B-CF53EAEA6C91@microsoft.com...
|I am continually resetting FrontPage to single space. Can I set it to always
| single space by default?


  Reply With Quote
Old 14-12-2005, 10:21 AM   #3
Ronx
Guest
 
Posts: n/a
Default Re: How do you set FrontPage 2003 to single space for a global default

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" <Keith@discussions.microsoft.com> wrote in message
news:CC757D94-3EDA-4178-9A0B-CF53EAEA6C91@microsoft.com...
> I am continually resetting FrontPage to single space. Can I set it

to always
> single space by default?



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off