chanfuterboy Posted October 9, 2009 Share Posted October 9, 2009 hi, im a beginner. I want to put a column in this code, someone can help my out, i can not get it <tr> <td colspan="2" class="txt14"> f</td> </tr> <tr> Link to comment https://forums.phpfreaks.com/topic/177101-solved-help-with-table-column/ Share on other sites More sharing options...
johnsmith153 Posted October 9, 2009 Share Posted October 9, 2009 <table width="800" border="0"> <tr> <td>column 1</td> <td>column 2</td> </tr> </table> <tr> means table row god knows what the d in <td> stands for, but it means table column Link to comment https://forums.phpfreaks.com/topic/177101-solved-help-with-table-column/#findComment-933818 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.