index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard (version 1) |
| |||||||
Oct 15 2003, 11:21 AM |
| ||||||
Ghost![]() ![]() ![]() from: Washington, DC | The next version is still in testing. If all you want is change the row colors then edit the style in your asp page as follows: <style> /*header row background color*/ .header-row{ background-color:teal; } /*odd row background color*/ .odd-row{ background-color:#dcdcdc; } /*even row background color*/ .even-row{ background-color:white; } </style> ------------------------- Ghost | ||||||
Pages: (1) [1] |