Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Nested Tables Spaces Removal Problem

Reply
Thread Tools

Nested Tables Spaces Removal Problem

 
 
Octopus0
Guest
Posts: n/a
 
      03-30-2006
Hi,
I have two tables one is inside the other , i want to remove the space
between the insider one border and the outer one.
I tried to let the bottom margin of the insider table to 0 px but that
does't help me.
so do you know how to do that?

 
Reply With Quote
 
 
 
 
Marc
Guest
Posts: n/a
 
      03-30-2006
Octopus0 wrote:
> I have two tables one is inside the other , i want to remove the space
> between the insider one border and the outer one.
> I tried to let the bottom margin of the insider table to 0 px but that
> does't help me.
> so do you know how to do that?


A URL would help. Otherwise we're just guessing at what you mean, and
you're likely to just get a lot of "Aah! He uses tables! Attack!!" style
replies...

Marc
 
Reply With Quote
 
 
 
 
dorayme
Guest
Posts: n/a
 
      03-30-2006
In article
< .com>,
"Octopus0" <> wrote:

> Hi,
> I have two tables one is inside the other , i want to remove the space
> between the insider one border and the outer one.
> I tried to let the bottom margin of the insider table to 0 px but that
> does't help me.
> so do you know how to do that?


Imagine you have 2 tables of a cell each. Not a likely, but just
to illustrate the feature you are concerned with - hopefully.

If you assign borders to each and you like the look of a double
border, set the cellspacing and cellpadding to zero. If you want
no spacing and just 1 border, then set border to zero for one of
the tables. If you want no borders around the cells, you need to
set these cells to have no borders.

More, and it gets complicated. (btw...I cannot imagine why you
are fiddling with a bottom margin, what makes you fasten on this
feature as being particularly relevant?).

--
dorayme
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XSD to allow A-Z 0-9 and spaces, but not leading/trailing spaces johkar XML 2 12-10-2009 09:24 AM
[CSS] how can I show spaces as spaces? Tomasz Chmielewski HTML 21 09-10-2009 06:43 PM
how can I show spaces as spaces, part 2 Tomasz Chmielewski HTML 14 09-10-2009 03:54 PM
Re: How to trim a String trailing spaces, but not leading spaces? Roedy Green Java 3 09-14-2008 02:10 AM
Re: How to trim a String trailing spaces, but not leading spaces? John B. Matthews Java 4 09-12-2008 05:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57