- From: Irene Vatton <Irene.Vatton@inrialpes.fr>
- Date: Mon, 6 Nov 2006 14:03:15 +0200
- To: clmiller72@gmail.com
- Cc: www-amaya@w3.org
On Saturday 04 November 2006 18:58, C. L. Miller wrote:
> I was trying out Amaya on the suggestion of a friend.
> There are several things I like about it, but while putting together
> a Website, which I maintain, I found that an image that I on the
> introduction page in a table is displayed on the left side of the screen
> over top other cells of the table.
>
>
>
> I have tried several things to attempt to correct the display but have
> been unable to change it. The page does display correctly in several
> different browsers and in other web site composing programs. The web
> site can be viewed at http://home.earthlink.net/~flatrocktkd/ Is there
> a fix for this problem?
>
> Sincerely,
> C. L. Miller
Your initial source is:
<span style="font-weight: bold;">October Test</span></big></big><span
style="font-family: helvetica,arial,sans-serif;"><img
style="width: 275px; height: 99px; float: right;"
alt="Group photo from the test"
src="http://home.earthlink.net/%7Eflatrocktkd/images/gallery/octtest/000_1552.jpg"
/>
</span>
Amaya will display correctly if you remove the span element around the image:
<span style="font-weight: bold;">October Test</span></big></big>
<img
style="width: 275px; height: 99px; float: right;"
alt="Group photo from the test"
src="http://home.earthlink.net/%7Eflatrocktkd/images/gallery/octtest/000_1552.jpg"
/>
I'll try to understand why Amaya is disturbed by this unnecessary <span>
element.
Thanks for the feedback.
Irène.
-----
Irène Vatton INRIA Rhône-Alpes
INRIA ZIRST
e-mail: Irene.Vatton@inria.fr 655 avenue de l'Europe
Tel.: +33 4 76 61 53 61 Montbonnot
Fax: +33 4 76 61 52 07 38334 Saint Ismier Cedex - France
Received on Monday, 6 November 2006 19:37:59 UTC