473,796 Members | 2,578 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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:t hin solid black">
Thank you!

--
chEErs roN
kEEp on rockin'
Jul 21 '05 #1
8 5009
Els
roN wrote:
hi, I got this css definition and the table got no vertical lines between
the cells, why not?:
<table style="border:t hin 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:t hin 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:t hin 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:collap se;

--
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:t hin 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*********@ti scali.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:t hin 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*********@ti scali.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:t hin 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*********@ti scali.nl>
wrote:
Big Bill wrote:
On Sun, 10 Jul 2005 20:36:03 +0200, Els <el*********@ti scali.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:t hin 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*********@ti scali.nl>
wrote:
Big Bill wrote:
On Sun, 10 Jul 2005 20:36:03 +0200, Els <el*********@ti scali.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:t hin 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
13562
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> <p>Lorem<br>ipsum<br>dolor<br>sit<br>amet...</p>
5
2824
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 the page and a screen shot a friend took for me because I use Windows. Shot: http://www.bikesummer.org/2003/local/rentals.jpg Page: http://www.bikesummer.org/2003/local/rentals.php
10
66050
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" height="29" alt="Wir schreiben die Geschichte Ihres Unternehmens."></div>
2
6181
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: https://fshn3152.foods.uiuc.edu/~fgasper/erf.html what I'm immediately trying to do is vertically position the text and checkboxes in all four "Statement Date" sub-cells (created with <span> elements).
1
7902
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 100% and vertically center content inside of it. Therefore, I'm seeking a way, preferably in CSS to vertically center a site. Here's more of a visual to what I have: /********************************
2
12143
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 looked made for that. The effect I want is img heading img heading img heading or heading
5
4826
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 doing this demo with tables. The main problems are the vertical centering of the info area, and of the text inside the squares.
13
1662
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 figure how to have IE7 work. Why? How can I have it work in all 3 browsers? http://nrap.selfip.com
0
1716
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 cells.both first and 4 cells should scroll vertically but 4 cells only scroll horizontally In clear, let us say there are 5 columns in my table i want to put horizontal scroll bar only for 2nd,3rd,4th and 5th column alone where my 1st column...
0
9530
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10182
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10017
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7552
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5445
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5577
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.