473,386 Members | 1,791 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

no vertical lines between cells

roN
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'
Jul 21 '05 #1
8 4992
Els
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 http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 21 '05 #2
roN
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!

--
chEErs roN
kEEp on rockin'
Jul 21 '05 #3
Els
roN wrote:
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 -
Jul 21 '05 #4
"roN" <NO****@hotmail.com> 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


It's generally better to use an external style sheet, or at least a
<style> element, than to embed style sheet rules into tags.
but then, the borders
had some space between each other ok,
Yes.
so I defined
border-spacing:0px in the table tag
That property is not supported by IE.
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.
how to pretend?


What would you like to pretend?

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Jul 21 '05 #5
On Sun, 10 Jul 2005 20:36:03 +0200, Els <el*********@tiscali.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.

BB
--
www.kruse.co.uk/ se*@kruse.demon.co.uk
seo that watches the river flow...
--
Jul 21 '05 #6
Els
Big Bill wrote:
On Sun, 10 Jul 2005 20:36:03 +0200, Els <el*********@tiscali.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 -
Jul 21 '05 #7
On Mon, 11 Jul 2005 11:38:07 +0200, Els <el*********@tiscali.nl>
wrote:
Big Bill wrote:
On Sun, 10 Jul 2005 20:36:03 +0200, Els <el*********@tiscali.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/ se*@kruse.demon.co.uk
seo that watches the river flow...
--
Jul 21 '05 #8
Els
Big Bill wrote:
On Mon, 11 Jul 2005 11:38:07 +0200, Els <el*********@tiscali.nl>
wrote:
Big Bill wrote:
On Sun, 10 Jul 2005 20:36:03 +0200, Els <el*********@tiscali.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 -
Jul 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Paul E Collins | last post by:
Hello. Why doesn't 'test' appear at the bottom of its cell when I use the following markup? How should I achieve this instead? <table border=1> <tr> <td>...
5
by: Analysis&Solutions | last post by:
Hi Folks: I've got a weird phenomenon going on with Internet Explorer on the Macintosh... The vertical cell borders are missing between the cells but appear above and below the cells! Here's...
10
by: Markus Ernst | last post by:
Hi I have a strange problem with vertical-align. The case can be viewed at http://www.brainput.info/geschichte.html. HTML code: <div id="bild"><img src="geschichte.gif" width="274"...
2
by: Felipe Gasper | last post by:
I'm trying to make some "sub-cells" in an HTML table and to control their positioning and content presentation via CSS. In the table at the following URL: ...
1
by: Kenneth | last post by:
Okay, I've been scouring Google for hours looking for a solution to this problem, but as of yet I can't find one. XHTML Transitional seems to specify that I can no longer set a table's height to...
2
by: Eric Lindsay | last post by:
If I want to have the middle of an image vertically aligned with the middle of a heading (or several lines of heading), is there some particular way people would recommend? vertical-align: center...
5
by: Markus Ernst | last post by:
Hello This is a test example: http://www.markusernst.ch/anthracite/ http://www.markusernst.ch/anthracite/living_divani.html After googling and experimenting for several hours, I ended up...
13
by: Bill | last post by:
Hi How can I have IE7 act correctly on that ? The rules make the link text go down when hovered. It works in FF , I had to add a hard space right after the LI tag to have OP9 work but I can't...
0
by: skoyala | last post by:
Hi All, I need to put a horizontal scroll bar for 4 cells alone where my first cell in table should not contain any horizontal scroll bar but i need to put vertical scroll bar to both first and 4...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.