![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
[...] When you view the link, you'll notice that there is a tremendous amount of space inbetween the cells, which is making the page entirely too long and/or wide. [...] You have #Maintable td { margin: 20px;}. This applies to *all* table |
#3
| |||
| |||
|
|
cells in Maintable [...]. |
|
gscott66 wrote: [...] When you view the link, you'll notice that there is a tremendous amount of space inbetween the cells, which is making the page entirely too long and/or wide. [...] You have #Maintable td { margin: 20px;}. This applies to *all* table cells in Maintable. You can override that in #tablestyle with a #tablestyle td { margin: 0; }. The margin you set in #tablestyle {} has no effect on table cells, just the space around the table itself. You also have a number of validation errors in your CSS. You use "font" where you should use "font-family". -- jmm dash list (at) sohnen-moe (dot) com (Remove .AXSPAMGN for email) |
#4
| |||
| |||
|
|
#tablestyle td { margin: 0; }. [...] |
|
gscott66 wrote: [...] When you view the link, you'll notice that there is a tremendous amount of space inbetween the cells, which is making the page entirely too long and/or wide. [...] You have #Maintable td { margin: 20px;}. This applies to *all* table cells in Maintable. You can override that in #tablestyle with a #tablestyle td { margin: 0; }. The margin you set in #tablestyle {} has no effect on table cells, just the space around the table itself. You also have a number of validation errors in your CSS. You use "font" where you should use "font-family". -- jmm dash list (at) sohnen-moe (dot) com (Remove .AXSPAMGN for email) |
![]() |
| Thread Tools | |
| Display Modes | |
| |