Categories > TinyButStrong general >

about tr bgcolor

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: skey
Date: 2008-01-22
Time: 03:59

about tr bgcolor

<table>
<tr>
  <td>1</td>
</tr>
<tr bgcolor=red>
  <td>2</td>
</tr>
<tr>
  <td>3</td>
</tr>
<tr bgcolor=red>
  <td>4</td>
</tr>
.....
</table>
i want to know the TBS how to do this..in block
--------------------------------------------------------------------------

how to amend this code?
<table>
<tr>
<td>
[test.val][test;block=tr]
</td>
</tr>

By: Skrol29
Date: 2008-01-22
Time: 09:57

Re: about tr bgcolor

Hi Shey,

This is alternated display. You just have to define a second section with the second look.
You have an example in the Online Example, section "data".
By: skey
Date: 2008-01-23
Time: 07:39

Re: about tr bgcolor

Skrol29 thank you!
By: Sheepy
Date: 2008-02-13
Time: 12:41

Re: about tr bgcolor

Alternatively, if all your rows are the same except for the colour, TBS Plus! plugin has a zebra operation that switch between values everytime you merge it.