[Lift] Re: Setting Table Border

2009-10-20 Thread Derek Chen-Becker
Get firebug and look at the CSS hierarchy for the element. That should locate where it's being overridden pretty quickly. Derek On Mon, Oct 19, 2009 at 9:53 PM, sunanda wrote: > > Thats what I wonder. It should work. When I refer to a css file with > the border setting it works, > but not with

[Lift] Re: Setting Table Border

2009-10-19 Thread sunanda
Thats what I wonder. It should work. When I refer to a css file with the border setting it works, but not with the setting from the snippet. I need to figure it out. Thanks for your reply. Sunanda. On Oct 20, 2:35 pm, Ross Mellgren wrote: > That looks right to me -- it should show a border with

[Lift] Re: Setting Table Border

2009-10-19 Thread Ross Mellgren
That looks right to me -- it should show a border with a default stylesheet. When I throw that ... into a HTML file by itself, I get a border. -Ross On Oct 19, 2009, at 8:47 PM, sunanda wrote: > > Hi, > I need to display the table with border. > Following is the sample code. > But it is not