KvW
Gebruiker
- Lid geworden
- 5 apr 2006
- Berichten
- 184
Hallo allemaal, ik ben een website aan het bouwen, voor onze toekomstige buurtveriniging, alleen ik heb een volgend probleem met de code:
Het gaat omdat striped, ik krijg nu allemaal kleine streepjes, wat moet ik daaraan veranderen om gewoon vaste streepjes te krijgen.?
HTML:
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000099;
}
body {
background-color: #1E90FF;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #CC00FF;
}
a:hover {
text-decoration: underline;
color: #0000FF;
}
a:active {
text-decoration: none;
color: #0000FF;
}
h1, h2, h3, h4, h5 {
text-align: center;
}
h1 {
font-size: 18pt;
}
div.titel {
font-size: 16pt;
background-color: #FFCC33;
border: 1px stiped;
text-align: center;
}
h2 {
font-size: 16pt;
}
h3 {
font-size: 14pt;
}
h4 {
font-size: 12pt;
}
h5 {
font-size: 10pt;
}
h6 {
font-size: 8pt;
}
div {
background-color: #FFCC33;
border: 1px striped #1E90FF;
}
-->
</style>
Het gaat omdat striped, ik krijg nu allemaal kleine streepjes, wat moet ik daaraan veranderen om gewoon vaste streepjes te krijgen.?