In a dim and distant universe <[EMAIL PROTECTED]>, Michael Drake <[EMAIL PROTECTED]> enlightened us thusly: > Test case:
> <table> > <tr bgcolor="yellow"><td>yellow background</td></tr> > <tr><td>no background</td></tr> > </table> I think it always inherits the /first/ colour defined, thus, to add to your test case; <table> <tr bgcolor="yellow"><td>yellow background</td></tr> <tr><td>no background</td></tr> <tr bgcolor="red"><td>red background</td></tr> <tr><td>no background</td></tr> </table> the bottom row appears as yellow (first one specified) and not red (last one specified). Paul Vigay Editor, www.RISCOS.org -- Using, programming and promoting RISC OS - the most productive computer system in the world. Check it out now, and change your view of computers!! To reply/email, visit http://www.riscos.org/feedback/ There are 2 theories to arguing with a woman...neither works.
