Volver al índice Bugs de IE

Aunque no existe, que yo sepa, un sitio web público dedicado a los bugs de Internet Explorer que permita averiguar si un bug está en vías de resolución, voy a intentar recoger en esta página los bugs que vaya localizando.


Centrar tablas

Por escribir

1  <?xml version="1.0" encoding="iso-8859-1"?>
2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4  <html xmlns="http://www.w3.org/1999/xhtml">
5  <head>
6    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7    <title>No title</title>
8    <meta name="generator" content="amaya X.X, see http://www.w3.org/Amaya/" />
9    <style>
10      table { margin-left: auto; margin-right: auto; }
11   </style>
12 </head>
13
14 <body>
15   <table border="1" >  
16     <caption>Leyenda</caption>  
17     <tbody>
18       <tr>      
19         <td>1</td>      
20         <td>2</td>    
21       </tr>  
22     </tbody>
23   </table>
24 </body>
25 </html>

Autor: Bartolomé Sintes Marco
Última modificación de esta página: 25 de noviembre de 2005
Última modificación de alguna página de este curso: 25 de noviembre de 2005