2010-03-03, 06:04 AM
How do I edit my code so that the forum columns are one color but not the rows?
This is a screnshot from a vBulletin forum but the columns are in seperate colors:
![[Image: colorcolumns.png]](https://camo.mybb.com/af862cf5cd05d6834a3af03255e73e733c91bd38/687474703a2f2f696d6731302e696d616765736861636b2e75732f696d6731302f323736362f636f6c6f72636f6c756d6e732e706e67)
This is a screenshot of my myBB forum where each row has its own color:
![[Image: colorrow.png]](https://camo.mybb.com/169221fe853c1d485d751afc2fa3787cb8e852a9/687474703a2f2f696d673232392e696d616765736861636b2e75732f696d673232392f3235352f636f6c6f72726f772e706e67)
My code for that area of the forum says:
Where do I edit the {$bgcolor} at? it's supposed to have two properties: trow1 and trow2.
This is a screnshot from a vBulletin forum but the columns are in seperate colors:
This is a screenshot of my myBB forum where each row has its own color:
My code for that area of the forum says:
<td class="{$bgcolor}" valign="top"
Where do I edit the {$bgcolor} at? it's supposed to have two properties: trow1 and trow2.