metallibluegurl
06-10-2003, 11:45 PM
is there a code for that?
|
View Full Version : table within a table metallibluegurl 06-10-2003, 11:45 PM is there a code for that? metallibluegurl 06-10-2003, 11:51 PM i got it, i'mo stupid Dude128 06-10-2003, 11:52 PM just put a complete table code (beginning with <table> and ending with </table>) between a <td> and a </td> tag of another table. <table> <tr> <td> <table> <tr> <td> Content goes here </td> </tr> </table> </td> </tr> </table> metallibluegurl 06-11-2003, 12:01 AM i got it, i'mo stupid |