KvW
Gebruiker
- Lid geworden
- 5 apr 2006
- Berichten
- 184
Hallo allemaal, ik ben een eigen website aan het bouwen, en nu heb ik een soort vakje, gevonden, alleen ik vind het zo niet mooi, en wil er net zo een effect aan toevoegen als de site gy2i.nl.tt heeft, maar hoe moet ik dat maken.?
hier is de code van het vakje:
Dit staat tussen de <head> en </head> tags.
en dit:
in de <body> en </body> tags
hier is de code van het vakje:
Dit staat tussen de <head> en </head> tags.
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 solid;
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 solid #000099;
}
-->
</style>
en dit:
HTML:
<table width="100%">
<tr valign="top"><td width="70%">
<div class="titel">Titel</div>
<div>Tekst</div>
</td><td width="30%">
<div class="titel">Titel</div>
<div>Tekst</div>
</td></tr>
</table>
in de <body> en </body> tags