Ik wil in onderstaande situatie geen marges meer hebben tussen de text, search knop, en de rechter TD rand.

In de CSS file staat het volgende:
Who can help me out with this one?

In de CSS file staat het volgende:
code:
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
| TABLE
{
font-size: 10px;
font-family: Verdana, Helvetica, sans-serif;
border-style: none;
border-color: black;
}
TR
{
font-size: 10px;
font-family: Verdana, Helvetica, sans-serif;
color: black;
}
TD
{
background-color: grey;
margin: 0pt;
padding: 0em;
border-style: solid;
border-color: #001BA4;
border-width: medium thin medium thin;
overflow: auto;
font-size: 10px;
font-family: Verdana, Helvetica, sans-serif;
color: black;
} |
Who can help me out with this one?
Toch maar een weblog?