table width, column width, row high
-
Hi,
I’m a beginner in JS and many difficulties with Tablepress.
I don’t arrive to define table total width, column width, the 1st column is constitued of images 300 x 200 and the 2nd of text.
I have assigned one row on two with background colredto makea difference between every roxw, but these rows haven’t the am width!
And finally, the result on iPhone is terrific th 2nd column is thick!
Please see at
https://www.cuisinier.cc/?page-id=84CSS Codes used:
[table id=1 width= 1000x]
.tablepress-id-1 tbody td {
font-family: Tahoma;
font-size: 24px;
color: #000000;
}}
.tablepress-id-1 .column-1 {
width: 200px;
}; column-2 {
width: 1000pxs;
}}
.tablepress-id-1 .row-2 td {
background-color: #696969;
}.tablepress-id-1 .row-4 td {
background-color: #696969;
}.tablepress-id-1 .row-6 td {
background-color: #696969;
}.tablepress-id-1 .row-8 td {
background-color: #696969;
}Thanks for your response
- The topic ‘table width, column width, row high’ is closed to new replies.