• Hi,

    I want to create the css for a second table, however I don’t seem to be able to get it to work.

    I have

    `<table class=”table1″>
    <tr>
    <td>

    </table>

    <table class=”table2″>

    <tr>
    <td>

    </table>
    In your css:

    table.table1 {…}
    table.table1 tr {…}
    table.table1 td {…}

    table.table2 {…}
    table.table2 tr {…}
    table.table2 td {…}

    I’ve tried with css .table1 as well, but it isn’t working. It’s at the bottom of this page <a href=”http://www.fstf.co.uk/”>site</a&gt;

The topic ‘creating a second table’ is closed to new replies.