Jump to content

JJ-8

Testing - Different Ways of Creating Tables

Recommended Posts

<head> <style type="text/css"> #ranking { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:50% ; border-collapse:collapse; } #ranking td, #ranking th { font-size:1em; text-align:center; border:1px solid #98bf21; padding:3px 7px 2px 7px; } #ranking th { font-size:1.1em; text-align:center; padding-top:5px; padding-bottom:4px; background-color:#A7C942; color:#ffffff; } #ranking tr.alt td { color:#000000; background-color:#EAF2D3; } #ranking tr.al2 td { color:#000000; background-color:#CCFF99; } #ranking tr.non td { color:#000000; background-color:#FFFFFF; } </style> </head><table id="ranking"><tr><th colspan="3">Overall Rankings</th></tr><tr class="al2"><td>Rank</td><td>Name</td><td>Score</td></tr> <tr class=" alt "><td> 1 </td><td> Delta </td><td> 81.12 </td></tr> <tr class=" non "><td> 2 </td><td> Beta </td><td> 75.98 </td></tr> <tr class=" alt "><td> 3 </td><td> Charlie </td><td> 39.37 </td></tr> <tr class=" non "><td> 4 </td><td> Alpha </td><td> 36.24 </td></tr> <tr class=" alt "><td> 5 </td><td> Elite </td><td> 26.76 </td></tr></table><table id="ranking"><tr><th colspan="3">Opener Rankings</th></tr><tr class="al2"><td>Rank</td><td>Name</td><td>Score</td></tr> <tr class=" alt "><td> 1 </td><td> Delta </td><td> 98.08 </td></tr> <tr class=" non "><td> 2 </td><td> Beta </td><td> 82.05 </td></tr> <tr class=" alt "><td> 3 </td><td> Alpha </td><td> 69.76 </td></tr> <tr class=" non "><td> 4 </td><td> Elite </td><td> 37.50 </td></tr> <tr class=" alt "><td> 5 </td><td> Charlie </td><td> 30.77 </td></tr></table>

Edited by XenoZodiac
Link to comment
Share on other sites



<head> <style type="text/css"> #details { font-family: Helvetica, sans-serif; width: 99%; border-collapse:collapse; } #details td, #details th { font-size:1em; text-align:center; border:1px solid #98bf21; padding:3px 7px 2px 7px; } #details th { font-size:1.1em; text-align:center; padding-top:5px; padding-bottom:4px; background-color:#A7C942; color:#ffffff; } #details tr.alt td { color:#000000; background-color:#EAF2D3; } #details tr.al2 td { color:#000000; background-color:#CCFF99; } #details tr.non td { color:#000000; background-color:#FFFFFF; } </style> </head> <table id="details"><tr><th colspan="3" style="text-align:left">Game 1 Statistics</th><th colspan="2" style="font-size: 0.8em; text-align: center;">09-11 Mar 2012</th><th colspan="3" style="font-size: 0.8em; text-align: right">Players: 9 </th></tr><tr class="al2"><td rowspan="2">Movie</td><td rowspan="2">Actuals</td><td colspan="2">Average</td><td colspan="2">Lowest</td><td colspan="2">Highest</td></tr> <tr class="al2"><td>Prediction</td><td>Score</td><td>Scorer</td><td>Score</td><td>Scorer</td><td>Score</td></tr> <tr class="alt"><td><b> John Carter </b></td><td> 30.2 </td><td> 32.11 </td><td> 79.32 </td><td> Dom Cobb </td><td> 43.71 </td><td> The Dark Alfred </td><td> 95.03 </td></tr> <tr class="alt"><td><b> Silent House </b></td><td> 6.7 </td><td> 10.51 </td><td> 54.23 </td><td> firedeep </td><td> 0.00 </td><td> ShawnMR </td><td> 95.52 </td></tr> <tr class="non"><td><b> The Lorax </b></td><td> 38.8 </td><td> 42.81 </td><td> 89.66 </td><td> Cjohn </td><td> 84.54 </td><td> Dom Cobb </td><td> 98.45 </td></tr> <tr class="non"><td><b> Project X </b></td><td> 11.1 </td><td> 10.38 </td><td> 87.69 </td><td> Cjohn </td><td> 72.07 </td><td> The Dark Alfred </td><td> 98.20 </td></tr> <tr class="non"><td><b> Act of Valor </b></td><td> 7 </td><td> 7.31 </td><td> 94.60 </td><td> RichWS </td><td> 90.00 </td><td> ShawnMR </td><td> 100.00 </td></tr> <tr class="al2"><td><b> Overall </b></td><td> N/A </td><td> N/A </td><td> 81.10 </td><td> Dom Cobb </td><td> 72.09 </td><td> ShawnMR </td><td> 94.76 </td></tr> <tr class="al2"><td><b> Opener </b></td><td> N/A </td><td> N/A </td><td> 66.78 </td><td> Dom Cobb </td><td> 41.26 </td><td> ShawnMR </td><td> 94.95 </td></tr></table>

Edited by XenoZodiac
Link to comment
Share on other sites





Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Guidelines. Feel free to read our Privacy Policy as well.