| For the Mergemill Free Website Template
Collection 0401, we have set the default font face
of all paragraphs and headings to Verdana, which is a very
readable font, with a line spacing of 135%. Headings 1 to
4 are set to be bigger in size than paragraph text, and
headings 5 and 6 are smaller. We use heading 6 for text
on the left column of this page. You may change these settings
in job definitions that use the free web templates.
To specify paragraph type and spacing for a block of text,
you simply enclose it by the tags <p>
and </p>, and then <p>
next text block </p>
for the next paragraph, and so on. When the browser displays
the text, it will apply our paragraph settings to each block
of paragraph text and separate adjacent paragraphs with
a blank line.
You need not worry about manually inserting all these <p>
and </p> tags into your text when using Mergemill
to generate your web pages. If your output are web pages,
just remember to turn on the Web Line Breaks option
for your tasks. Mergemill will automatically enclose each
of your paragraphs by the <p> and </p> tags,
and replace single line breaks with the HTML equivalent:
<br />.
Setting text as a heading is similar. You simply enclose
it by tags <h1> and </h1>
for heading 1, and <h2>
</h2> for heading 2 etc,
down to <h6> </h6>.
Opening paragraph and heading tags can all contain an alignment
attribute, such as <p align="center">
which centers the whole paragraph of text.

|