Insere un tableau dans un tableau en html
Résolu
comment inserer un tableau dans un tableau en html
et l'afficher n'importe ou dans la page web
et l'afficher n'importe ou dans la page web
Configuration: Windows XP Internet Explorer 6.0
6 réponses
-
Pour mettre un tableau dans un tableau en HTML, y'a pas plus simple
(j'ai pas testé mais, ça devrait marcher...)
<table> <tr><td> <table> <tr><td> </td></tr> </table> </td></tr> </table>
et pour l'afficher ou tu veux dans la page, je vois pas très bien ce que tu veux dire. Tu peux toujours modifier les paramètres width, height, align, etc. de ton tableau... Tu peux aussi utiliser le positionnement CSS.