- From: Irene VATTON <Irene.Vatton@imag.fr>
- Date: Fri, 27 Mar 1998 17:56:02 +0100
- To: love26@gorge.net
- cc: www-amaya@w3.org
In-reply-to: Your message of Fri, 27 Mar 1998 08:27:33 -0800." <351BD375.80384236@gorge.net> > At the site http://www.talkingsigns.com (and I imagine several others) > the usual links near the top of the page show up OK in NetScape but in > Amaya they are a jumble on the left of the screen instead of a > horizontal line near the top. > > The pertinent HTML code is: > > <CENTER> > <TD><A HREF="http://www.ski.org/rerc/WCrandall/intro.htm">Technical > Details |</A></TD> > <TD><A HREF="access_city.shtml">The Accessible City |</A></TD> > <TD><A HREF="locations_sf.shtml">Locations in San Francisco |</A></TD> > <TD><A HREF="winning_sol.shtml">Winning Solutions |</A></TD> > <TD><A HREF="research.shtml">Research |</A></TD> > <TD><A HREF="links.shtml">Accessible Links |</A></TD> > <TD><A HREF="MAILTO:ward@talkingsigns.com">Feedback |</A></TD> > <!-- TD><A HREF="http://www.talkingsigns.com/guestbook">Message Board > </A></TD--> > </CENTER> > > Where did the author go wrong? Your document is not correct. The tag <Table> is missing and the Amaya parser doesn't generate it. It's why your document is badly displayed with Amaya. You have to add: <table><tr> just after <CENTER> and </tr></table> just before </CENTER> Regards Irene.
Received on Friday, 27 March 1998 11:56:10 UTC