CSS + Tags creados por el usuario

jmaribau
11 de Diciembre del 2003
Enviarme contestaci贸n tambi茅n por mail. Gracias.

Este es un tema XML / XHTML

He creado un documento xhtml que tiene unos TAGS definidos por mi con los que intento maquetar mediante css.

No se que passa pero no se presentan correctamente.

Que tengo que hace para que interprete mis TAGS:

Aqui os passo el c贸digo:

<style>
t { display: table;}
f { display: table-row;}
c { display: table-cell; border:1px solid;}
</style>