Championship Teams 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>Team</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>FKR</td>
    <td>2nd/4th</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>0</td>
    <td>63</td>
    </tr>
    <tr>
    <td>Reed Engineering</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>Tin Top Racing</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>Ace Motorsport</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>Power Heart Racing</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>
    </table>
    </center>
    </body>
    </html>
    [/parsehtml]
     
Thread Status:
Not open for further replies.

Share This Page