In article <[EMAIL PROTECTED]>, Barry E Allen
<[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>, Tim Hill <[EMAIL PROTECTED]> wrote:

> > Of course, bgcolor in the headers has a different effect to bgcolor
> > in the cells or rows, as my example should have illustrated.

> I may be missing something obvious but I can't see, having looked at
> your example, how bgcolor in the headers has a different effect to
> bgcolor in the cells or rows

Did you copy and paste the html to a file and load it into a browser?

Here it is again, slightly amended, to make the three various locations
for bgcolor show off their differences, I hope more obviously.

<html><head></head><body>
<table bgcolor="red" cellspacing="16">
<tr bgcolor="green">
<td>
well,
</td>
<td bgcolor="yellow">
hello
</td>
<td>
world
</td>
</tr>
</table>
</body></html>

-- 
Tim Hill,

www.timil.com


Reply via email to