- From: Irene VATTON <Irene.Vatton@inrialpes.fr>
- Date: Tue, 06 Feb 2001 12:50:21 +0100
- To: "Beyer, Marcus" <beyer@mi.ukl.uni-freiburg.de>
- cc: "'Irene VATTON'" <Irene.Vatton@inrialpes.fr>, "'www-amaya@w3.org'" <www-amaya@w3.org>, "Roesner, Arnold" <roesner@mi.ukl.uni-freiburg.de>
> > > In a structured approach it should be interpreted as a percent of > > the enclosing element. In your case the enclosing element is <center> > > and not <body>. I suspect other browsers to ignore the structure, and > > to consider the window as the enclosing element. > > Thank you for your answer. > Now I tried this but have the same result: > > <html> > <body> > <br><img SRC="sym-home.gif" height="8%"> > <br><img SRC="marcus_feuerhand.gif" height="10%"> > <br><img SRC="sym-fuzzy.gif" height="7%"> > <br><img SRC="sym-java.gif" height="9%"> > <br><img SRC="sym-linux2.gif" height="7%"> > <br><img SRC="sym-verweise.gif" height="8%"> > </body> > </html> > > test: > http://www.stormlight.de/test.html > > Can you explain this? Yes, Amaya generates a pseudo paragraph to split in lines <br>s and images. The pseudo paragraph height depends on its contents (this is a standard rule) and the contents depends on the pseudo paragraph height. With Amaya it could work only if images are within a table. -- Irene.
Received on Tuesday, 6 February 2001 07:01:38 UTC