[tw] Re: [TW5] Changing background color for table cells

2014-11-17 Thread Tobias Beer
Hi Carlos, David, Erwan,

Here is an example showing how to compensate for the cell padding...

http://tb5.tiddlyspot.com/#Formatting%20Table%20Cells

|!head|!row|
|pink|plain|

renders as:
headrow
pink
plainthe css

.cell{
/* compensating the cell padding */
margin:-1px -7px;
padding:1px 7px;
}

.pink{
background-color:#fef;
}

Best wishes, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Changing background color for table cells

2014-11-17 Thread Erwan Dano
I know it is an old thread, but it might come in handy to whoever is 
passing by.

What you can do is write some html code inside a cell :

| Cell1 | Cell2 |
| Cell3 | Cell4 |



Le mercredi 2 avril 2014 13:45:08 UTC+1, Carlos a écrit :
>
> Anybody knows how can this be achieve in TW5?  The old "bgcolor(#00):" 
> doesn't seem to work anymore
>
> Thanks!
> Carlos
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Changing background color for table cells

2014-04-03 Thread Carlos
Thank you.  will have a look at David's Mall.

On Thursday, 3 April 2014 00:20:45 UTC+1, David Gifford wrote:
>
> My mall does offer some tips, Carlos, for example hacking the th in your 
> stylesheet and using it to style an individual cell, but no, you can't 
> style individual cells freely in TW5 as you can in TWC.
>
> On Wednesday, April 2, 2014 8:45:08 AM UTC-4, Carlos wrote:
>>
>> Anybody knows how can this be achieve in TW5?  The old 
>> "bgcolor(#00):" doesn't seem to work anymore
>>
>> Thanks!
>> Carlos
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Changing background color for table cells

2014-04-02 Thread David Gifford
My mall does offer some tips, Carlos, for example hacking the th in your 
stylesheet and using it to style an individual cell, but no, you can't 
style individual cells freely in TW5 as you can in TWC.

On Wednesday, April 2, 2014 8:45:08 AM UTC-4, Carlos wrote:
>
> Anybody knows how can this be achieve in TW5?  The old "bgcolor(#00):" 
> doesn't seem to work anymore
>
> Thanks!
> Carlos
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Changing background color for table cells

2014-04-02 Thread Stephan Hradek
Did you check David's TW5 Mall ? He has 
plenty of information about styling tables.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.