Line Space, Page Margin

LINE SPACE

By default, content and paragraphs are double spaced in FrontPage.  You can either press Shift + Enter keys to start a single line or use CSS which is more efficient. 

There are two ways to make use of CSS -  embeding the CSS codes in your web pages or creating an external CSS file and link the file to your web pages.

Embedded CSS:

Switch to HTML view.  Copy and paste the following codes inside your <head>  </head> tags

External CSS file:

  1. Switch to the Page view (On the Menu bar, select View > Page)
  2. On the Menu bar, select File > New > Page and select Style Sheets tab - Normal Style Sheet.  For FrontPage 2002 users, select File > New > Page or Web > Page Template and select Style Sheets tab - Normal Style Sheet
  3. Copy and paste the following codes

  4. Save the new style sheet as style.css or any name of your choice with the extension .css
  5. Open your web page. Go to Format > Style Sheet Links.  This will bring up a dialog box.  Click Add to browse to your CSS file and then click OK

PAGE MARGIN

To specify the size of the margins for your web pages, copy and paste the following codes to your html codes or css file: