Animation stats table layout

Discussion of all aspects of the website, wiki, and forums, including assistance requests and new ideas for them.

Moderator: Forum Moderators

Post Reply
User avatar
Neilarmius
Posts: 82
Joined: May 14th, 2007, 1:16 am

Animation stats table layout

Post by Neilarmius »

The automatically generated Animation Stats page is hard to read, as in follow which column is which as you scroll down the page. Could a varied border thickness and or colour in the table html be a helpful additon to the page please?

This example of how to do it could help:

Code: Select all

<table border="0" cellspacing="4" cellpadding="2">
<tr> <td>one</td>
     <td bgcolor="#006600">
        <table border="0" cellpadding="4" cellspacing="0">
        <tr><td bgcolor="#ffffff">two</td>
        </tr></table></td>
     <td>three</td> </tr>
</table>
.
Post Reply