Ik heb een hele zooi aan forms op mijn website, dus heb ik besloten om de tag "style: border: 1px solid #000000;"
ook in mijn stylesheet te dumpen. Probleem is alleen: hoe?
Ik heb al een werkende stylesheet, geleend van een andere site, en naar eigen smaak aangepast:
en daar moet die "style: border: 1px solid #000000;" dus nog bij op 1 of andere manier... Ik zelf dacht zoiets als
form { "style: border: 1px solid #000000;" } of
form style {border: 1px solid #000000;} eronder ofzo, maar dat werkt helaas niet.
[sorry voor verneuken van layout]
ook in mijn stylesheet te dumpen. Probleem is alleen: hoe?
Ik heb al een werkende stylesheet, geleend van een andere site, en naar eigen smaak aangepast:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| body { background-color: #667799; text-decoration: none; color: #ffffff; font-family: Arial, 'sans serif'; font-style: normal; font-variant:
normal; font-weight: normal; font-size: 9pt; scrollbar-face-color: #667799; scrollbar-shadow-color: #667799; scrollbar-highlight-color:
#667799; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #667799; scrollbar-arrow-color: #ffffff }
a:link { text-decoration: overline underline; color: #ffffff; font-family: Arial, 'sans serif'; font-style: normal; font-variant:
normal; font-weight: normal; font-size: 8pt }
a:visited { text-decoration: overline underline; color: #ffffff; font-family: Arial, 'sans serif'; font-style: normal; font-variant:
normal; font-weight: normal; font-size: 8pt }
a:active { text-decoration: overline underline; color: #ffffff; font-family: Arial, 'sans serif'; font-style: normal; font-variant:
normal; font-weight: normal; font-size: 8pt }
a:hover { text-decoration: none; color: #ffffff; font-family: Arial, 'sans serif'; font-style: normal; font-variant:
normal; font-weight: normal; font-size: 8pt }
a.title:link { text-decoration: none; color: #ffffff; font-weight: bold; font-family: Arial; font-size: 8pt; text-align: center; font-style: normal; }
a.title:visited { text-decoration: none; color: #ffffff; font-weight: bold; font-family: Arial; font-size: 8pt; text-align: center; font-style: normal; }
a.title:active { text-decoration: none; color: #ffffff; font-weight: bold; font-family: Arial; font-size: 8pt; text-align: center; font-style: normal; }
a.title:hover { text-decoration: none; color: #ffffff; font-weight: bold; font-family: Arial; font-size: 8pt; text-align: center; font-style: normal; } |
en daar moet die "style: border: 1px solid #000000;" dus nog bij op 1 of andere manier... Ik zelf dacht zoiets als
form { "style: border: 1px solid #000000;" } of
form style {border: 1px solid #000000;} eronder ofzo, maar dat werkt helaas niet.
[sorry voor verneuken van layout]