Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Quick help needed, exam in 1 hours

Options
  • 02-12-2011 4:47pm
    #1
    Registered Users Posts: 63 ✭✭


    OKay im having trouble with HTML 4 tables. Im studying atm and need to create this:

    image006.gif

    I cant get the height right, using my code i can only get this

    [HTML]<tr bgcolor="#ccccff"> <th> Day </th> <th> Morning </th> <th> Afternoon </th> </tr>
    <tr> <th bgcolor="#ccccff"> Monday </th> <td> John </td> <td> Mary </td> </tr>
    <tr> <th bgcolor="#ccccff"> Tuesday </th> <td> Simon </td> <td> Peter </td> </tr>[/HTML]

    Help would be lovely


Comments

Advertisement