Hola amigos, vereis tengo un problemilla y es que no soy capaz a poner dentro de un post una tabla (foros phpbb) y bueno me gustaria saber como narices se hace para poder poner tablas.
Lo he intentando poniendo los tags pertinentes, pero la tabla esta muy alejada de la cabezera del post.
Tambien me ha parecido ver que quizas se pueda hacer con javascript.
Les dejo unas imagenes de como lo tengo ahora y el codigo:
El codigo de la tabla:
Código:
<table border="4" width="100%">
<tr>
<td width="25%">fdfdsfdsf</td>
<td width="25%">fdsfsdfdsf</td>
<td width="25%">fdsfsd</td>
<td width="25%">fdsffds</td>
</tr>
<tr>
<td width="25%">html, head, title, body, tr, td, table</td>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
</tr>
<tr>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
</tr>
<tr>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
</tr>
</table>
Las etiquetas:
Código:
b,i,u,pre,a,tr, td, table
Gracias de antemano.
P.D.: Si me he confundido de foro lo siento!!!