Using different syle for the tables

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Jul 13, 2011 6:57 am
Hello,

I need to insert a table on my website, but when I tries to modify the proprerties of the table, the parameters I set are ignored, probably because of some .css rules.

I need to change the color of the table background, add some colored borders and so on, but I need this only for 1 particular table.

Thanks
User avatar
Fresh Boarder

Konrad M
Wed Jul 13, 2011 7:19 am
Hi
First tell us you want to add this table into the module or article ?
User avatar

GK User
Wed Jul 13, 2011 7:20 am
Articles, thanks...
User avatar
Fresh Boarder

GK User
Wed Jul 13, 2011 3:18 pm
In the code edit view of your editor you can apply an in-line style for a one off table.

Code: Select all
<table style="background-color: #bfbfbf;">
<tr height="30">
    <td width="100">cell 1</td>
    <td width="200">cell 2</td>
    <td width="220">cell 3</td>
</tr>
</table>
User avatar
Expert Boarder


cron