apology for previeous post... (RE: block adjustment)

Alex Montgomery wrote:

 > What you are looking for is justified text, and CSS supports it...
 > 
 > P {text align: justify }
 > 
 > but... the CSS2 Spec [1] says that browsers can interpret justified text as
 > left-aligned or right-aligned text, depending on the default writing
 > direction, and both Netscape and Internet Explorer Do just that...

You did 1 of 2 things right: you dug into the specification. The thing
you forgot was to validate your CSS, e.g. through [1].

[1] http://jigsaw.w3.org/css-validator/

It would have told you to write "text-align" instead of "text align".

-h&kon

H   å   k   o   n      W   i   u   m       L   i   e
howcome@w3.org      http://www.w3.org/people/howcome
World     W      i     d     e       Web  Consortium

Received on Tuesday, 16 February 1999 17:54:03 UTC