Penguin_Otaku
07-22-2003, 03:24 PM
Ok, can you put a table like http://www31.brinkster.com/sanadahazuki/inuv.html within a table like www31.brinkster.com/sanadahazuki/new.html?
|
View Full Version : Tables within Tables Penguin_Otaku 07-22-2003, 03:24 PM Ok, can you put a table like http://www31.brinkster.com/sanadahazuki/inuv.html within a table like www31.brinkster.com/sanadahazuki/new.html? MaGiCSuN 07-22-2003, 03:36 PM sure, just put the table code from inuv.html on the place inside the table from new.html where you want it to appear Love, Mirna Penguin_Otaku 07-22-2003, 05:26 PM Eh, it didn't work. View the source on InuV.html and tell me what to fix. Alcy 07-22-2003, 06:57 PM What do you mean by inside? Using the content from inuv.html to replace the content in new.html? <td width=450 bgcolor=575757 rowspan=50 valign="top"> <font face=arial size=2> <table border=0 cellspacing=0 cellpadding=0 width=450> <tr> <td><b>Character</b></td> <td><b>English Voice Actor</b></td> <td><b>Japanese Voice Actor</b></td> </tr> <tr> <td> Kagome Higurashi</td> <td> Moneca Stori </td> <td> Satsuki Yukino</td> </tr> <tr> <td>Inuyasha</td> <td>Richard Cox</td> <td>Kappei Yamaguchi</td> </tr> <tr> <td>Rin</td> <td>Brenna O'Brien</td> <td>Noto Mamiko</td> </tr> <tr> <td>Jaken</td> <td>Don Brown</td> <td>Yuichi Nagashima</td> </tr> <tr> <td>Sango</td> <td>Kelly Sheridan</td> <td>Houko Kuwashima</td> </tr> <tr> <td>Miroku</td> <td>Kirby Morrow</td> <td>Kouji Tsujitani</td> </tr> <tr> <td>Myouga</td> <td>Paul Dobson</td> <td>----</td> </tr> <tr> <td>Naraku</td> <td>Paul Dobson</td> <td>----</td> </tr> <tr> <td>Koga</td> <td>Scott McNeil</td> <td>----</td> </tr> <tr> <td>Kikyo</td> <td>Willow Johnson</td> <td>Noriko Hidaka</td> </tr> <tr> <td>Inuyasha's Mom</td> <td>Alaina Burnett</td> <td>Kikuko Inoue </td> </tr> <tr> <td>Sessho-maru</td> <td>David Kaye</td> <td>Ken Narita </td> </tr> </table> </td> skyyblue 07-26-2003, 08:24 PM it should work if you put the entire code within one of the cells of the other table, but you have to make sure its the entire code, so on a basic level it would look like this: <table> <tr> <td> <table> <tr> <td> blah </tr></td></table> </tr></td></table> |