Try the skin viewer! I have been using a lot of 1 & 2s cause I do not remember which skin is what? Now I put some skin view code it in the API Special Topic - Display and try the skin type.. some of them are actually pretty good !!!! The API can be a stand alone chm file when done....

Here is the skin viewer -
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
Dim sk as string = Request.QueryString("skin")
Dim x As New Tornado.z
x.dbQP = "U=1| D=Nwind| Q=Orders| Gdf=0,1,2,3,4,5| Th=Ti=Skin Type = " & sk
x.dbSkin = sk
x.ASPdbNET()
End Sub
</script>



Frank