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| |<div class="cell pink">pink</div>|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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

