Forum: General
08-19-2008, 11:48 PM
|
|
Replies: 6
Views: 661
Maybe even a bit shorter, from Xenon...
Maybe even a bit shorter, from Xenon example:
<style type="text/css">
.odd{background-color: green;}
.even{background-color: blue;}
</style>
<table border="0" cellpadding="0" cellspacing="0"...
|