cgc-mike
Forum Replies Created
-
Hi Tobias
Thanks for solving this, at least if I know what is possible and what is not, then I can design accordingly.
Best regards
Mike
Hi Tobias
Thanks for coming back so quickliy.
http://carngerrishcreative.info/sba_dev/clubs-2/
I have made a copy of the table and added under the original table.
The first table has the JS Library turned on, the second table has it turned off. As you can see the first table does not display the odd and even bg colour (set to the same colour in this case)
Regards
MikeHi Tobias
I’m trying to do a similar thing by styling a single cell that may move position, so want to do it with…
<span class=”highlight”>Text in cell</span>
and add a class in Plugins – Custom CSS
.highlight {
background-color: #ffe400;
font-weight: bold;However while this does change the text to bold it only changes the background directly behind the text and not the background for the whole cell. How would change the background colour for the whole cell?
Thanks
Mike