Background colour of cell
-
Hi Tobias
I know this topic has been discussed a lot, so am not that hopeful – but here goes.
A table cell is coded as: <div class=”xx-tab-highcell”>Reel</div>
and my tablepress options include:
.xx-tab-highcell {color: #0866be;font-weight: bold;padding-left: 10px;padding-right: 10px;border: 2px solid #0866be;background-color: #e6f2ff;}
This works, as you can see in the link, but the background colour is not applied to the entire cell.
I realise that I could achieve this by coding the row/column explicitly in the tablepress options, but this may need to be edited when a new row is added (I have used this technique in the third table in the link, where I have set the colour of an entire row).
Is there any way in which I can format the content of a table cell such that the background colour is applied to the entire cell?
AndyThe page I need help with: [log in to see the link]
- The topic ‘Background colour of cell’ is closed to new replies.