Nieuw lid |
|
in de <Head>:
<link href="hoofd_stijl.css" rel="stylesheet" type="text/css">
in de <body>:
...
<td class="hoofdcat">
...
en in "hoofd_stijl.css":
...
td.hoofdcat {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 2px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: solid;
width: 38px;
}
...
En dit werkt niet. Waarom? Wat is er fout???
|