|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: text.src,v 2.0 1998-02-02 18:49:02 bbos Exp $ --> |
| 3 | +<!-- $Id: text.src,v 2.1 1998-02-10 00:55:31 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Text</TITLE> |
@@ -60,11 +60,26 @@ class="propinst-text-align">'text-align'</span> property</H2> |
60 | 60 |
|
61 | 61 | <P> This property describes how a paragraph of text is aligned. More |
62 | 62 | precisely, it specifies how boxes in each <a |
63 | | -href="visuren.html#line-box">line box</a> of a block align width |
| 63 | +href="visuren.html#line-box">line box</a> of a block align with |
64 | 64 | respect to the line box. (Note that alignment is not with respect to |
65 | 65 | the <a href="visuren.html#viewport">viewport</a> but the current <a |
66 | 66 | href="visuren.html#containing-block">containing block</a>.) |
67 | 67 |
|
| 68 | +<P>Values have the following meanings:</P> |
| 69 | + |
| 70 | +<dl> |
| 71 | +<dt><strong>left</strong>, <dt><strong>right</strong>, |
| 72 | +<strong>center</strong>, and <strong>justify</strong> |
| 73 | +<dd>Left, right, center, and double justify text, respectively. |
| 74 | +<dt><span class="index-inst" title="<string>"><span |
| 75 | +class="value-inst-string"><strong><string></strong></span></span> |
| 76 | +<dd>Specifies a string on which cells in a table column will |
| 77 | +align (see the section on <a href="tables.html#column-alignment"> |
| 78 | +horizontal alignment in a column</a> for details and an example). |
| 79 | +This value <em>only</em> applies to <a href="tables.html">table</a> |
| 80 | +columns. |
| 81 | +</dl> |
| 82 | + |
68 | 83 | <div class="example"><P> |
69 | 84 | In this example, note that since <span |
70 | 85 | class="propinst-text-align">'text-align'</span> inherits, all |
|
0 commit comments