Re: latest still has table styling problems

On Tuesday 14 February 2006 00:45, ve3ll@rac.ca wrote:
> There are still a few styling issues with tables....
> First is centering -- lost when width is used in
> addition to margin.....
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
> <head><title>Table Centering:VE3LL@RAC.CA</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
> </head><body>
> <h1>Table Centering:VE3LL@RAC.CA</h1>
> <p>This table has <em>margin:auto</em> rule only</p>
> <table style="margin:auto;background:#deadff">
> <tr><th class="col">Year</th><th class="col">Sales</th></tr>
> <tr><td class="col">2000</td><td class="col">$18M</td></tr>
> <tr><td class="col">2001</td><td class="col">$25M</td></tr>
> <tr><td class="col">2002</td><td class="col">$36M</td></tr></table>
> <p>This table has <em>margin:auto</em> rule and a <em>width:200px</em>
> rule.</p> <table style="margin:auto;width:200px;background:#deadff">
> <tr><th class="col">Year</th><th class="col">Sales</th></tr>
> <tr><td class="col">2000</td><td class="col">$18M</td></tr>
> <tr><td class="col">2001</td><td class="col">$25M</td></tr>
> <tr><td class="col">2002</td><td class="col">$36M</td></tr></table>
> <p>This table has <em>margin:auto</em> rule and a <em>width:30%</em>
> rule.</p> <table style="margin:auto;width:30%;background:#deadff">
> <tr><th class="col">Year</th><th class="col">Sales</th></tr>
> <tr><td class="col">2000</td><td class="col">$18M</td></tr>
> <tr><td class="col">2001</td><td class="col">$25M</td></tr>
> <tr><td class="col">2002</td><td class="col">$36M</td></tr></table>
> </body></html>
>
> --

This item is now registered in our bug list.
Thanks for the report
     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 Tuesday, 14 February 2006 14:38:07 UTC