Russia Posted September 23, 2009 Share Posted September 23, 2009 I lost the css for this table. Can someone remake a css for this html table: <table id="mytable"> <thead> <tr> <th scope="col">Delete?</th> <th scope="col">First Name</th> <th scope="col">Last Name</th> <th scope="col">Profile</th> <th scope="col">Date</th> <th scope="col">IP Address</th> </tr> </thead> <tbody> <tr> <td>CheckBox</td> <td>John</td> <td>Mclan</td> <td>Profile</td> <td>August 25 2009</td> <td>90.209.15.233</td> </tr> </tbody> </table> Basically so it formats into a table. Thanks. Example-- Before someone signs up: After another person signs up: (Basically adding another row) Quote Link to comment https://forums.phpfreaks.com/topic/175171-lost-css-for-this-table/ Share on other sites More sharing options...
Russia Posted September 23, 2009 Author Share Posted September 23, 2009 Anyone? Quote Link to comment https://forums.phpfreaks.com/topic/175171-lost-css-for-this-table/#findComment-923236 Share on other sites More sharing options...
haku Posted September 23, 2009 Share Posted September 23, 2009 We help people with code. Not write code for people. Use the freelancer's section to hire someone. Quote Link to comment https://forums.phpfreaks.com/topic/175171-lost-css-for-this-table/#findComment-923273 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.