|
| |
|
|
Rocket Boy
Posts: 409 Joined: 12/8/2005 Status: offline
|
Borders - 12/28/2005 15:07:28
I have tried various combinations of the following code but I cannot get my table/cell borders to completely disappear. I am trying to remove the few pixels of space space between the top of the page and the top of the main header (also the space between the bottom of the header and the body of the page. Right Here I realise that the code below is a complete mess and that one instruction is probably cancellling out another (or something similar) Thanks for your help.
}
body
{
margin: 0;
text-align: center;
}
table
{
border-style: solid;
border-width: 0;
}
td
{
border-style: solid;
border-width: 0;
}
tr
{
table
{
border-style: solid;
border-width: 0;
}
td
{
border-style: solid;
border-width: 0;
}
|
|
|
|
Kitka
Posts: 2520 Joined: 1/31/2002 From: Australia Status: offline
|
RE: Borders - 12/28/2005 17:05:51
You can fix the gap problem quite simply with HTML. Try changing this: <table width="650" id="table2"> to this <table width="650" id="table2" cellpadding="0" cellspacing="0">
_____________________________
Kitka **It is impossible to make anything foolproof because fools are so ingenious.**
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|