FP98: How to Justify Text with Left and Right Margins

ID: Q188254


The information in this article applies to:


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 Technical Support will not resolve problems produced by editing the HTML that FrontPage generates. This HTML code sample is provided as a convenience for authors seeking to extend the capabilities of FrontPage. For more information about writing HTML, please see the following Microsoft Web site:

http://www.microsoft.com/workshop/author/newhtml/default.htm
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.

Additional query words: justify alignment


Keywords          : fpedit fphtml 
Version           : WINDOWS:98
Platform          : WINDOWS 
Issue type        : kbhowto 

Last Reviewed: July 29, 1999