
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:
- 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 as style.css or
any name of your choice with the extension .css
- 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:
|