![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am try to get the table at the top of the page to stretch across the entire screen andf not leave those annoying bits at each edge... http://www.jedsite.info/content/test.html The CSS i have for it is as follows... TABLE.vanilla{ width: 100%; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; border-collapse : collapse; border : 2px solid black; } Anyone advise me on am I doing wrong? |
#3
| |||
| |||
|
|
Barely Audible wrote: I am try to get the table at the top of the page to stretch across the entire screen andf not leave those annoying bits at each edge... http://www.jedsite.info/content/test.html The CSS i have for it is as follows... TABLE.vanilla{ width: 100%; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; border-collapse : collapse; border : 2px solid black; } Anyone advise me on am I doing wrong? body { margin: 0; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |