Ja also
ich habe <h4> nun durch <P> ersetzt..
So ist aber leider die mittlere Spalte zu kurz.. ich möchte aber das sie genau so lang ist wie die anderen Beiden.
ich habe <h4> nun durch <P> ersetzt..
So ist aber leider die mittlere Spalte zu kurz.. ich möchte aber das sie genau so lang ist wie die anderen Beiden.
PHP-Code:
<!--
* {
margin : 2px;
}
body {
color : black;
background-color : white;
}
#container {
width : 878px;
height : 307px;
margin : 90px auto;
}
h1 {
color : white;
font-size : 24pt;
font-style : normal;
font-family : Arial, Helvetica, sans-serif;
background-color : #0080c0;
}
h2 {
text-decoration : underline;
margin-bottom : 14pt;
font-size : 16pt;
font-weight : bold;
font-family : Arial, Helvetica;
}
h3 {
color : white;
background-color : #0080c0;
display : inline;
font-size : 10pt;
font-family : Verdana;
}
p {
font-size : 8pt;
font-family : Verdana;
}
div {
border : 1px solid #000;
}
div.monat {
color : black;
float : left;
width : 284px;
margin-left : 3px;
margin-right : 3px;
background-color : #ccdaea;
}
-->
Kommentar