HighDots Forums  

no vertical lines between cells

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss no vertical lines between cells in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
roN
 
Posts: n/a

Default no vertical lines between cells - 07-10-2005 , 02:31 PM






hi, I got this css definition and the table got no vertical lines between
the cells, why not?:
<table style="border:thin solid black">
Thank you!

--
chEErs roN
kEEp on rockin'



Reply With Quote
  #2  
Old   
Els
 
Posts: n/a

Default Re: no vertical lines between cells - 07-10-2005 , 02:36 PM






roN wrote:

Quote:
hi, I got this css definition and the table got no vertical lines between
the cells, why not?:
table style="border:thin solid black"
Cause that's a border on the table, not on the cells :-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #3  
Old   
roN
 
Posts: n/a

Default Re: no vertical lines between cells - 07-10-2005 , 03:01 PM



Els wrote:
Quote:
roN wrote:

hi, I got this css definition and the table got no vertical lines
between the cells, why not?:
table style="border:thin solid black"

Cause that's a border on the table, not on the cells :-)
okay I changed the definition to the td tag but then, the borders had some
space between each other ok, so I defined
border-spacing:0px in the table tag but now the borders where one cells
touches the other are double size of the definition, how to pretend? thank
you!

--
chEErs roN
kEEp on rockin'




Reply With Quote
  #4  
Old   
Els
 
Posts: n/a

Default Re: no vertical lines between cells - 07-10-2005 , 03:10 PM



roN wrote:

Quote:
Els wrote:
roN wrote:

hi, I got this css definition and the table got no vertical lines
between the cells, why not?:
table style="border:thin solid black"

Cause that's a border on the table, not on the cells :-)

okay I changed the definition to the td tag but then, the borders had some
space between each other ok, so I defined
border-spacing:0px in the table tag but now the borders where one cells
touches the other are double size of the definition, how to pretend? thank
you!
border-collapse:collapse;

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #5  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: no vertical lines between cells - 07-10-2005 , 03:11 PM



"roN" <NOspam (AT) hotmail (DOT) com> wrote:

Quote:
hi, I got this css definition and the table got no vertical lines
between the cells, why not?: <table style="border:thin solid
black"

Cause that's a border on the table, not on the cells :-)

okay I changed the definition to the td tag
It's generally better to use an external style sheet, or at least a
<style> element, than to embed style sheet rules into tags.

Quote:
but then, the borders
had some space between each other ok,
Yes.

Quote:
so I defined
border-spacing:0px in the table tag
That property is not supported by IE.

Quote:
but now the borders where one
cells touches the other are double size of the definition,
As defined. The way to prevent that is
border-collapse: collapse
for the table element.

Quote:
how to pretend?
What would you like to pretend?

--
Yucca, http://www.cs.tut.fi/~jkorpela/


Reply With Quote
  #6  
Old   
Big Bill
 
Posts: n/a

Default Re: no vertical lines between cells - 07-11-2005 , 05:33 AM



On Sun, 10 Jul 2005 20:36:03 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl>
wrote:

Quote:
roN wrote:

hi, I got this css definition and the table got no vertical lines between
the cells, why not?:
table style="border:thin solid black"

Cause that's a border on the table, not on the cells :-)
Els, you're so clever.

BB
--
www.kruse.co.uk/ seo (AT) kruse (DOT) demon.co.uk
seo that watches the river flow...
--


Reply With Quote
  #7  
Old   
Els
 
Posts: n/a

Default Re: no vertical lines between cells - 07-11-2005 , 05:38 AM



Big Bill wrote:

Quote:
On Sun, 10 Jul 2005 20:36:03 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl
wrote:

roN wrote:

hi, I got this css definition and the table got no vertical lines between
the cells, why not?:
table style="border:thin solid black"

Cause that's a border on the table, not on the cells :-)

Els, you're so clever.
Well thank you!


(no, I didn't miss the slight sarcasm there <g> )

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #8  
Old   
Big Bill
 
Posts: n/a

Default Re: no vertical lines between cells - 07-12-2005 , 01:07 AM



On Mon, 11 Jul 2005 11:38:07 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl>
wrote:

Quote:
Big Bill wrote:

On Sun, 10 Jul 2005 20:36:03 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl
wrote:

roN wrote:

hi, I got this css definition and the table got no vertical lines between
the cells, why not?:
table style="border:thin solid black"

Cause that's a border on the table, not on the cells :-)

Els, you're so clever.

Well thank you!


(no, I didn't miss the slight sarcasm there <g> )
I was being sarcastic...but I meant it too!

BB
--
www.kruse.co.uk/ seo (AT) kruse (DOT) demon.co.uk
seo that watches the river flow...
--


Reply With Quote
  #9  
Old   
Els
 
Posts: n/a

Default Re: no vertical lines between cells - 07-12-2005 , 02:18 AM



Big Bill wrote:

Quote:
On Mon, 11 Jul 2005 11:38:07 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl
wrote:

Big Bill wrote:

On Sun, 10 Jul 2005 20:36:03 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl
wrote:

roN wrote:

hi, I got this css definition and the table got no vertical lines between
the cells, why not?:
table style="border:thin solid black"

Cause that's a border on the table, not on the cells :-)

Els, you're so clever.

Well thank you!


(no, I didn't miss the slight sarcasm there <g> )

I was being sarcastic...but I meant it too!
In which case I replied correctly ;-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.