Championship Drivers Standings

Discussion in 'Championship Standings and Race Results' started by Sim Racing Online, Apr 3, 2017.

Thread Status:
Not open for further replies.
  1. Sim Racing Online

    Sim Racing Online Administrator Staff Member Donator

    [parsehtml]
    <!DOCTYPE html>
    <html>
    <head>
    <style>
    table {
    border-collapse: collapse;
    width: 100%;
    }

    th, td {
    text-align: center;
    padding: 8px;
    }

    tr:nth-child(even){background-color: #f2f2f2}

    th {
    background-color: #e03c0b;
    color: white;
    }
    table {

    table, th, td {
    border: 1px solid black;
    padding: 5px;
    }
    table {
    border-spacing: 15px;
    }
    th, td {
    text-align: center;
    padding: 12px;
    }

    tr:nth-child(even){background-color: #f2f2f2}

    th {
    background-color: #e03c0b;
    color: white;
    }
    </style>
    </head>
    <body>

    <h2></h2>

    <table>
    <tr>
    <th>Driver</th>
    <th>Round 1</th>
    <th>Round 2</th>
    <th>Round 3</th>
    <th>Round 4</th>
    <th>Round 5</th>
    <th>Round 6</th>
    <th>Round 7</th>
    <th>Points</th>
    </tr>
    <tr>
    <td>Wayne Reed</td>
    <td>1st</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>40</td>
    </tr>
    <tr>
    <td>Flaviu Bozga</td>
    <td>2nd</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>36</td>
    </tr>
    <tr>
    <td>Roger Hinds</td>
    <td>3rd</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>33</td>
    </tr>
    <tr>
    <td>Rob Miliken</td>
    <td>4th</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>30</td>
    </tr>
    <tr>
    <td>Nigel Middleton</td>
    <td>5th</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>28</td>
    </tr>
    <tr>
    <td>Federico Strazzullo</td>
    <td>6th</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>26</td>
    </tr>
    <tr>
    <td>Craig Cameron</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    </tr>
    <tr>
    <td>Riley sobush</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    </tr>
    <tr>
    <td>Nick Lukan</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <tr>
    <td>Ken Hunter</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    </tr>
    </table>
    </center>
    </body>
    </html>
    [/parsehtml]
     
Thread Status:
Not open for further replies.

Share This Page