Plugin – TablePress Table column issue
-
Here is the page
http://mymortgage.sg/blog/category/inter-bank-rates/
I’m having issue with setting the table size.
What i wanted is
http://i71.photobucket.com/albums/i151/arrowstar77/css-table3-End%20result.png
when i entered the code
.tablepress .odd td {
background-color: #E5E4E2;
}.tablepress .even td {
background-color: #FFFFFF;
}.tablepress-id-1 .column-1 {
width: 200px;
}I get this
http://i71.photobucket.com/albums/i151/arrowstar77/css-table1.png
when i entered this code
.tablepress .odd td {
background-color: #E5E4E2;
}.tablepress .even td {
background-color: #FFFFFF;
}.tablepress-id-1 .column-1 {
width: 200px;
}.tablepress .column-2 {
width: 200px;
}i get this
http://i71.photobucket.com/albums/i151/arrowstar77/css-table2.png
can any one tell where my issue is?
The topic ‘Plugin – TablePress Table column issue’ is closed to new replies.