Re: Tab tag

At 7:17a -0700 07/21/99, Matt Bleicher wrote:
>Is there currently a <tab> tag (or something like it) in HTML 4.0? If so,
>are there any browsers that support it?
>
>If not are there any plans to add/support a <tab> or <tab> like tag?
>
>I must say that it would be most helpful...

You might be able to simulate it with CSS. Define classes like t1, t2, etc.,
give them positions in ems, and do something like

 Description
   <SPAN CLASS=t1>Price</SPAN>
   <SPAN CLASS=t2>Qty</SPAN>
   <SPAN CLASS=t3>Total</SPAN><BR>
...

(although that particular example would be better as a table)


-Walter

Received on Wednesday, 21 July 1999 12:18:58 UTC