FP98: How to Justify Text with Left and Right Margins (188254)



The information in this article applies to:

  • Microsoft FrontPage 98 for Windows

This article was previously published under Q188254

SUMMARY

In FrontPage Editor you can align text with the left, center, or right margin by clicking the Align Left, Center or Align Right buttons on the Formatting toolbar or by clicking Paragraph on the Format menu and then setting the paragraph alignment. FrontPage Editor does not provide a Justify option that aligns the text with the right and left margins at the same time. This article how you can justify text by modifying the HTML code.

MORE INFORMATION

Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. To justify text with the right and left margins, follow these steps:
  1. Click in the paragraph that you want to justify.
  2. On the Format menu, click Paragraph.
  3. From the Paragraph Alignment list, click Left. Click OK.
  4. Click the HTML tab at the bottom of the FrontPage Editor window.
  5. Find the <p align="left"> tag denoting the paragraph you want to justify.
  6. Replace the "left" attribute value with the "justify" attribute value.
  7. Click the Preview tab at the bottom of the FrontPage Editor window. The paragraph appears justified with the left and right margins.

REFERENCES

For more information about aligning text in paragraphs, click the Index tab in FrontPage Help, type the following text

paragraphs, aligning

and then double-click the selected text to go to the "To align a paragraph" topic.

Modification Type:MajorLast Reviewed:6/18/2005
Keywords:kbhowto KB188254