Re: Tabs in CSS1

Stu Harris wrote:
> A refinement I would _very much_ like to see is:
> 
> Partici<INDENT ID="i1">pants in this interesting discussion were:<BR>
> <INDENT TO t1>David Perell<BR>
> Stu Harris<BR>
> Chris Lilley<BR>
> </INDENT>

You can do indents like that easily with CSS1.

  <STYLE>
  .I {  margin-left: 5em;
        text-indent: -5em }
  </STYLE>
  .
  .
  <P CLASS=I>The first line has no indent<BR>
  but the following lines<BR>
  are indented 5em</P>

I like tabs and indents to a measured position rather than to a
particular character in a preceding line. It's also less strain on UA
developers.

David Perrell

Received on Monday, 25 November 1996 15:43:33 UTC