Welcome Guest Search | Active Topics | Members | Log In | Register

How to set grid lines to table. Options · View
Alexey Smirnov
Posted: Friday, October 05, 2007 10:41:11 PM


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>

Valli
Posted: Saturday, October 06, 2007 9:11:06 PM


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


Valli
Posted: Saturday, October 06, 2007 11:21:34 PM


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
>


Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.1 (NET v2.0) - 9/10/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.044 seconds.