Microsoft FrontPage 2000, 2002, 2003 Tutorials
Line Space
By default, when you press Enter before reaching the end of a line, you will be double spaced. To start a new single space line, press Shift + Enter.
Recommended: You can also use CSS(Cascading Style Sheets) to control the line space.
Embedded CSS:
Switch to HTML view. Copy and paste the following codes inside your <head> </head> tags
External CSS file:
- Switch to the Page view (On the Menu bar, select View | Page)
- 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
- Copy and paste the following codes
- Save the new style sheet.
- Open your web page. On the menu bar, select 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
You can set the size of the top and left margins for a page.
-
In Page view, right-click the page, and then click Page Properties on the shortcut menu.
-
Click the Margins tab.
-
To set a top margin, select the Specify top margin checkbox, and then enter a value for the height of the margin in pixels.
-
To set a left margin, select the Specify left margin checkbox, and then enter a value for the width of the margin in pixels.
|
|