|
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 05/10/2007 22:41:11 Date: Sat, 06 Oct 2007 05:41:11 -0700
On Oct 6, 2:21 pm, "Valli" <erva...@chellasoft.com> wrote: > I am able to set grid lines to table using border attribute. > But the gridlines looks as the top & left sides are with same width and the > right & botom lines are thin than the top & left border. > What style is this?. Can I change this style to single equal border line on > all the sides?
You can use CSS to set style for a table
<style type="text/css"> table { border-width: 1px; border-style: solid; border-color: gray; border-collapse: collapse;} table </style>
|
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 06/10/2007 21:11:06 Date: Sat, 6 Oct 2007 15:41:06 +0530
Hi,
I have used a table in my web page. ( I have inserted the table using the 'Insert table' option from the Layout menu). I couldnt find any grid lines in the table when I run the page.
How can I provide grid lines to table? I have applied border style for table. However I am able to see only the outer layout. Do I need to set for each tablecell the border? or Is there any attribute for table to set the grid lines?
--
Thanks & Regards Valli
|
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 06/10/2007 23:21:34 Date: Sat, 6 Oct 2007 17:51:34 +0530
I am able to set grid lines to table using border attribute. But the gridlines looks as the top & left sides are with same width and the right & botom lines are thin than the top & left border. What style is this?. Can I change this style to single equal border line on all the sides? -- Regards Valli "Valli" <ervalli@chellasoft.com> wrote in message news:OqCauEACIHA.6012@TK2MSFTNGP03.phx.gbl... > Hi, > > I have used a table in my web page. ( I have inserted the table using the > 'Insert table' option from the Layout menu). I couldnt find any grid lines > in the table when I run the page. > > How can I provide grid lines to table? > I have applied border style for table. However I am able to see only the > outer layout. > Do I need to set for each tablecell the border? or Is there any attribute > for table to set the grid lines? > > -- > > Thanks & Regards > Valli >
|
|
|
Guest |