Problemas Propiedades Table En Php
Author: Alberto Losantos
Visited 1411,
Followers 1,
Shared 31
Cuando creo una tabla en php no puedo cambiar las propiedades de border, cellpading, etc.
Posted on the
Hola Alberto,
El atributo cellpadding, frontera, cellspacing, bordercolor ya no es compatible con HTML 5. WebsiteX5 genera HTML 5, que es la última tecnología disponible.
Para reorganizar las tablas HTML debe utilizar el atributo "estilo" e inserte el código css que permite el mismo efecto para las tablas (border-spacing, border-collapse, fronteras, etc.).
Google Translate:
Hello Alberto,
The attribute cellpadding, border, cellspacing, bordercolor is no longer compatible with HTML 5. WebSite X5 generates HTML 5 code, which is the latest technology available.
For rearrange the HTML tables using the attribute "style" and insert the css code that allows the same effect for tables (border-spacing, border-collapse, border, etc.).