- From: Chris Wilson (PSD) <cwilso@microsoft.com>
- Date: Tue, 12 Mar 1996 09:25:21 -0800
- To: "'www-html@w3.org'" <www-html@w3.org>, "'Abigail'" <abigail@tungsten.gn.iaf.nl>
Better yet, use stylesheets to describe style properties like alignment, and then you don't need to extend HTML for purely presentational reasons at all. In CSS: <p style="text-align:justify"> or, even better, ...in the head... <STYLE> #xyzzy {text-align:justify } </STYLE> ...in the body... <P ID=xyzzy> -Chris Chris Wilson cwilso@microsoft.com [ >---------- >From: Abigail[SMTP:abigail@tungsten.gn.iaf.nl] >Sent: Tuesday, March 12, 1996 8:40 AM >To: www-html@w3.org >Subject: Re: justification... > >You, Christian Gerard wrote: >++ >++ Don't you think that <JUST> is a lot easier then <TAG ALIGN = >"JUSTIFY">? > >No. For the same reason there isn't <right> and <left>, ><p align = "right">, <h1 align = "left">, <table align = "justify">, ><div align = "center">, etc. Why four new tags if one attribute >suffices? > > >Abigail > >-- ><URL: http://www.edbo.com/abigail/> (Changed) > >
Received on Tuesday, 12 March 1996 12:25:38 UTC