Sobi2
FAQ
Templates & Design
Alternating Background Colors in V-Card Template |
Located in Templates & Design Tagged with template, background, color |
|
|
|
| Written by Syrinx |
| Last updated on Sunday, 9 August 2009 |
Would you like listings that have alternating background colors?
No problem! <?php { static $bgc = 1; if ( $bgc == 3 ) { $bgc = 1; } if ( $bgc == 1 ) { $tablecolor = "#ffffff"; } if ( $bgc == 2 ) { $tablecolor = "#f5f5f5"; } $bgc++; } ?> The color codes in the above example will alternate between white and light grey. You can of course substitute any colors you wish, just replace "ffffff" and "f5f5f5" with the appropriate hex codes. Now find the line:<td <?php echo $style; ?>></span> and replace it by: <td <?php echo $style;?> bgcolor="<?php echo $tablecolor; ?>>
|
| Published on Sunday, 20 July 2008. Visited 6068 times. |
| < Prev | Next > |
|---|
| Powered by Sigsiu.NET | ![]() |
Visitors: