FP98: How to Line Up Text and Objects Horizontally
ID: Q194100
|
The information in this article applies to:
-
Microsoft FrontPage 98 for Windows
SUMMARY
This article describes how to align text or form fields horizontally in a
tabular format.
MORE INFORMATION
To align text or objects horizontally in a tabular format, follow these
steps:
- Apply the Formatted style to your text.
- Use the Tab key to separate the elements you want to appear in a
tabular format.
The Formatted style is mapped to the <PRE>...</PRE> element when you save
your Web page. The <PRE>...</PRE> element is designed to preserve exact
horizontal spacing of characters, including spaces and tabs, and uses a
fixed width font, such as Courier, to display your text. When you apply
other styles that map to other elements, such as Normal which maps to the
<P> element, extra spaces and tabs are ignored by the Web browser.
Additional query words:
preformatted preformat tabbed tab tabbing tabulated columns column columnar horizontal align line up alignment aligned aligning
Keywords : fpedit
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbinfo