Hi All I wish to modify the appearance of some cells in a table. I want to remove some of the borders and change the background colour of some cells in the table.
I can set the background colour but only if I use a hex value for the colour. Setting the colour using [[ColorPalette::PrimaryPale]] does not work for me. Can I use the [[ColorPalette::]] values to set the colour of a table cell? !!Change background colour in cells 2-4, and 6-8 (~PrimaryPale = #9b9). |cell #1|bgcolor(#9b9):cell #2|bgcolor:#9b9;cell #3|background- color:#9b9;cell #4| |cell #5|bgcolor([[ColorPalette::PrimaryPale]]):cell #6|bgcolor: [[ColorPalette::PrimaryPale]]; cell #7|background-color: [[ColorPalette::PrimaryPale]]; cell #8| I can successfully remove the vertical line between two columns but cannot remove the horizontal line between two rows. How can i remove the horizontal border between two rows? !!Remove vertical line between column 1 and column 2 (Successful). |border-right-width:0; cell #1 |border-left-width:0; cell #2 | cell #3 | |border-right-width:0; cell #4 |border-left-width:0; cell #5 | cell #6 | !!Remove horizontal line between row 1 and row 2 (Unsuccessful). |border-bottom-width:0; cell #1 |border-bottom-width:0; cell #2 | |border-top-width:0; cell #3 |border-top-width:0; cell #4 | |cell #5|cell #6| I am using MPTW with Firefox 3.5.7 on Windows XP. I have also tried the examples above in an empty TW 2.5 and had the same results. Cheers Andrew Mc -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

