RE: justification...

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