Style table inside post
-
Hi, i am using WP e-coomerce and inside the posts i have to include a table, it seems wordpress lets me give this table an ID, and even chrome shows me the css i placed in the stylesheet, but its not working =/
#productostb { border-radius: 10px; padding-left:5px; border-spacing:5px; } #productostb .td { background-color:#FFDAFF; } #productostb .primary { width:40%; max-width:40%; }<table id="productostb" width="600px" cellspacing="6"> <tbody> <tr> <td class="primary">Potencia</td> <td colspan="6">19,20W</td> </tr> <tr> <td>Voltaje de Alimentación</td> <td colspan="6"></td> </tr> <tr> <td>Consumo por Módulo</td> <td colspan="6">Doe</td> </tr> <tr> <td>Color</td> <td colspan="2">Blanco Calido</td> <td colspan="2">Blanco Neutro</td> <td colspan="2">Blanco Frio</td> </tr> <tr> <td>Longitud de onda</td> <td colspan="2">Blanco Calido</td> <td colspan="2">Blanco Neutro</td> <td colspan="2">Blanco Frio</td> </tr> <tr> <td>Tipo de LED</td> <td colspan="3">Blanco Calido</td> <td colspan="3">Blanco Neutro</td> </tr> <tr> <td>Cantidad de LED's</td> <td colspan="6">Doe</td> </tr> <tr> <td>Vida Útil</td> <td colspan="6">Doe</td> </tr> <tr> <td>Grado de Protección</td> <td colspan="6">Doe</td> </tr> <tr> <td>Temperatura de Trabajo</td> <td colspan="6">Doe</td> </tr> <tr> <td>Temperatura de Almacenamiento</td> <td colspan="6">Doe</td> </tr> <tr> <td>Dimensiones</td> <td colspan="6">Doe</td> </tr> <tr> <td>Material</td> <td colspan="6">Doe</td> </tr> <tr> <td>Fijación</td> <td colspan="6">Doe</td> </tr> <tr> <td>Tiempo de Conexión</td> <td colspan="6">Doe</td> </tr> </tbody> </table>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Style table inside post’ is closed to new replies.