Vull vores a les celes d'una nova Taula.

Vull vores a les celes d'una nova Taula.

de LLUIS MIQUEL VALLES CABESTANY -
Número de respuestas: 3

Quan creo una Taula dins d'una etiqueta per exemple no apareixen les vores a les celes de la taula.

Com puc afegir les vores a una taula ja creada.

Com puc deixar com a opció predeterminada que al crear una nova taula apareguin les vores a les celes de la taula.

Moltes gràcies anticipades.

En respuesta a LLUIS MIQUEL VALLES CABESTANY

Re: Vull vores a les celes d'una nova Taula.

de MONICA GRAU PRIETO -

Hola Lluis,

el nou editor de text no permet editar les taules per posar vores. Si ho vols fer ho has de fer des de l'HTML de l'editor posant el següent: <table border="1">

Fins ara,

Mònica

En respuesta a MONICA GRAU PRIETO

Re: Vull vores a les celes d'una nova Taula.

de LLUIS MIQUEL VALLES CABESTANY -
</p><p><br></p><table style=""><caption></caption><thead><tr><th scope="col"><br></th>
<th scope="col"><span style="font-size: xx-large;" class="">F</span></th>
<th scope="col"><span style="font-size: xx-large;" class="">f</span></th>
</tr>
</thead>
<tbody>
<tr>
<td><span style="font-size: xx-large;" class="">f</span></td>
<td><span style="background-color: rgb(125, 159, 211); font-size: xx-large;" class="">Ff</span></td>
<td><span style="font-size: xx-large;" class="">ff</span></td>
</tr>
<tr>
<td><span style="font-size: xx-large;" class="">f</span></td>
<td><span style="background-color: rgb(125, 159, 211); font-size: xx-large;" class="">Ff</span></td>
<td><span style="font-size: xx-large;" class="">ff</span></td>
</tr>
</tbody>
</table><p></p><p></p><p>

Aquest és el codi font d'una Taula.


Podries dir-me en quin lloc he de posar lo de <table border="1">, ho he provat en diversos lloc i en el meu editor no veig les vores.

Gràcies anticipades.


En respuesta a LLUIS MIQUEL VALLES CABESTANY

Re: Vull vores a les celes d'una nova Taula.

de MONICA GRAU PRIETO -

Hola Lluís Miquel,

has de canviar el <table style=""> per <table border="1">. Quedaria així:

</p><p><br></p><table border="1"><caption></caption><thead><tr><th scope="col"><br></th>
<th scope="col"><span style="font-size: xx-large;" class="">F</span></th>
<th scope="col"><span style="font-size: xx-large;" class="">f</span></th>
</tr>
</thead>
<tbody>
<tr>
<td><span style="font-size: xx-large;" class="">f</span></td>
<td><span style="background-color: rgb(125, 159, 211); font-size: xx-large;" class="">Ff</span></td>
<td><span style="font-size: xx-large;" class="">ff</span></td>
</tr>
<tr>
<td><span style="font-size: xx-large;" class="">f</span></td>
<td><span style="background-color: rgb(125, 159, 211); font-size: xx-large;" class="">Ff</span></td>
<td><span style="font-size: xx-large;" class="">ff</span></td>
</tr>
</tbody>
</table><p></p><p></p><p>

Fins ara,
Mònica