- From: Gibson, Ronald <RGibson@sjm.com>
- Date: Wed, 23 Apr 2003 09:53:50 -0700
- To: "'www-amaya@w3.org'" <www-amaya@w3.org>
- Message-ID: <CD83DA0E9F9AD611B6180002A5F062B9191B14@ussyml04.Pacesetter.Com>
Using Windows 2000 version: I played with Amaya back when it was v3.0, started using it for my webpages when it reached v6.0 since it showed to be more stable for Windows. I still have a problem with tables. When this new version 8.0 loads up, the tables are centered, but the background colour is left justified. If I scroll down to the bottom of the page and then scroll back up, the table is left justified along with the background colour. It will center if the table is small. It doesn't matter if there are one to three colums. IE & Mozilla show all my centered tables centered except Amaya. The table at the top of the page is coded the same way and Amaya shows it centered. I have tried writing code like this for it to work..... Here is the page address: http://www.stormpages.com/dialajoke/index.html <http://www.stormpages.com/dialajoke/index.html> main.css file table { margin-left: auto; margin-right: auto } /* Trying to center TABLES */ .center { text-align: center } /* General centering CLASS */ <div class="center"> <table class="center" align="center" border="1" width="480" bgcolor="#BFDFDF" summary="Funfone Tapes, one recording per table cell"> <tbody> <tr> <td align="center" bgcolor="#C0C0C0"><span class="tcenter"><strong>Started 3/20/1975<br /> The Beginnings Of Funfone</strong><br /> <strong>Recordings Before The Gang From Fluke</strong></span></td> </tr> 103 rows..... <tr> <td><p>Interview #16</p> </td> </tr> </tbody> </table> </div> ***************************** This communication may contain information that is proprietary, privileged, confidential or legally exempt from disclosure. If you are not a named addressee, you are notified that you are not authorized to read, print, retain, copy or disseminate this communication without the consent of the sender and that doing so may be unlawful. If you have received this communication in error, please notify the sender via return e-mail and delete it from your computer. Thank you. St. Jude Medical, Inc. *****************************
Received on Wednesday, 23 April 2003 12:54:08 UTC