Re: Amaya 10 -- snapsohot 4 -- whitespace being interpreted

Le vendredi 29 août 2008 à 11:56 -0400, ve3ll@cogeco.ca a écrit :
> in some cases line returns change the rendering of elements
> even when they should not ... the following example shows 
> differences in spacing of the tabs for a menu.   this is caused
> when formfeeds are/are not  placed before end of element tag!
> // demo file follows

This is a limitation of the Amaya rendering.
The space that follows the anchor is displayed and the user can click on
it.

....
<li><a href="cyhome.htm">Cryptology</a>
</li>
....

In your case you may suppress it:
<li><a href="cyhome.htm">Cryptology</a></li>

Regards
-- 
Irene Vatton <Irene.Vatton@inria.fr>
INRIA

Received on Wednesday, 3 September 2008 12:54:48 UTC