hi i have a table which has two tables in it.i gave different bgcolors for all the three tables but i dont want the bgcolor of the main table to be shown around the two tables.what should i do.
my code is
<html><table bgcolor=red>
<tr>
<td><table bgcolor=green>
<tr><td>table1</td></tr></table></td>
<td><table bgcolor=yellow><tr><td>table2</td></tr></table></td></tr>
</table>
</html>
i dont want red to be shown around them.
but bgcolor of all tables r different.thats my problem.
and it should work in both ie and netscape
thanks
[sig][/sig]
my code is
<html><table bgcolor=red>
<tr>
<td><table bgcolor=green>
<tr><td>table1</td></tr></table></td>
<td><table bgcolor=yellow><tr><td>table2</td></tr></table></td></tr>
</table>
</html>
i dont want red to be shown around them.
but bgcolor of all tables r different.thats my problem.
and it should work in both ie and netscape
thanks
[sig][/sig]