qweenb620
11-22-2005, 02:45 AM
can someone explain the code <td> to me what that means?
|
View Full Version : someone explain qweenb620 11-22-2005, 02:45 AM can someone explain the code <td> to me what that means? lefty 11-22-2005, 12:53 PM It's part of the table code, indicating a cell. An example of the full code would be... <table> <tr> <td>cell 1</td> <td>cell 2</td> </tr> </table> xpsx 11-22-2005, 05:14 PM <td> is table data |