[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] modifying category_vertical component table background color
>
> From: John Allman <allmanj@houseofireland.com>
> Date: 2002/10/10 Thu AM 10:59:38 EDT
> To: interchange-users@icdevgroup.org
> Subject: Re: [ic] modifying category_vertical component table background color
>
> Jeff Dafoe wrote:
>
> >>I have been trying to modify the background color of the
> >>category_vertical component table, see snipet below.
> >>
> >> <tr bgcolor="#6B6B6B">
> >> <td valign="top" class="categorybar">
> >> <b> [box-exec bar_link]area[/box-exec]</b>
> >> </td>
> >> </tr>
> >> <tr>
> >>
> >>
> >
> > I don't think the tr tag can have a bgcolor? It's straight HTML, check
> >out www.webmonkey.com 's "html cheat sheet" or a similar resource.
> >
> >
> >Jeff
> >
> >_______________________________________________
> >interchange-users mailing list
> >interchange-users@icdevgroup.org
> >http://www.icdevgroup.org/mailman/listinfo/interchange-users
> >
> >
> I think Jeffs right. I think the td tag can though. would that solve
> your problem?
>
> John
>
Actually, the <tr> tag can have a bgcolor property. The problem is probably coming from the Class property of the <td>. Without knowing what the class actually sets, it is probably setting a color in the class. If so, it overrides the bgcolor of the <tr>.
Dave