Snooze
01-20-2003, 01:55 AM
How do you make a chromeless window? O.O; That and how do you put tables inside of tables?
|
View Full Version : Ok, I'm just REALLY confused Snooze 01-20-2003, 01:55 AM How do you make a chromeless window? O.O; That and how do you put tables inside of tables? Dude128 01-20-2003, 02:09 AM http://www.lissaexplains.com/java9.shtml just put a complete table code within a cell of another table <table> <tr> <td> <table> <tr> <td> This is the table inside the first table </td> </tr> </table> </td> </tr> </table> |