Re: Amaya single click + [Q] centered table?

Nick Sushkin wrote:

> Also amaya doesn't understand <p align=justify>, shape=polygon and
> shape=default in imagemaps.

<p align=justify> is not valid HTML 3.2.  If you want to control style,
you could use CSS instead.  Try Style -> Format -> Justification in Amaya
or write <p style="text-align: justify">

shape=polygon is not valid HTML 3.2. Try shape=poly instead.

shape=default is not part of HTML 3.2.

The HTML 3.2 Reference Specification is available at:

   http://www.w3.org/TR/REC-html32.html

-------------------------------------------------------
Vincent Quint                       INRIA Rhone-Alpes
W3C/INRIA                           ZIRST
e-mail: Vincent.Quint@w3.org        655 avenue de l'Europe
Tel.: +33 4 76 61 53 62             38330 Montbonnot St Martin
Fax:  +33 4 76 61 52 07             France

Received on Thursday, 24 July 1997 11:53:03 UTC