Original geschrieben von Abraxax
weil DU hilfe willst, und WIR nicht raten wollen.
weil DU hilfe willst, und WIR nicht raten wollen.
Aber was solls: Hit me!
@asp2php: Du scheinst recht zu haben (ich habe aus
dem Stylesheet mal alles enfernt, was nicht a: definiert),
allerdings finde ich die richtige Stelle zur Behebung dieses Mankos nicht.
PHP-Code:
<!--
body,td,tr,p {font-family: verdana; font-size: 10pt; color: #000000;
};
input,select {
background-color: dddddd;
border-color: #333333;
border-style: solid;
border-width: 1px;
font-size: 10pt;
font-family: verdana;
vertical-align: absmiddle;
}
select {
width: 150px
}
textarea {
width: 500px;
height: 200px;
background-color: white;
border-color: #333333;
border-style: solid;
border-width: 1px;
font-size: 10pt;
font-family: verdana;
}
fieldset {
width: 600px;
border-color: #333333;
border-width: 1px;
padding: 10px;
margin-left: 105px;
}
.div_unterpunkt {margin-left: 10px; font-size: 8pt; font-style: italic; color: #333333;};
.ueberschrift_schwarz,legend {font-family: verdana;
font-weight: bold; color: #333333; text-decoration: none;
vertical-align:middle;};
.schrift_rot {font-family: verdana; font-size: 10pt;
color: #ff3300;};
.niedrig {font-family: verdana; font-size: 10pt; color: #7FB463;};
.mittel{font-family: verdana; font-size: 10pt; color: #B4A563;};
.hoch {font-family: verdana; font-size: 10pt; color: #D07272;};
.fatal {font-family: verdana; font-size: 10pt; color: #D84A4A;};
a:link {
font-family: verdana; font-weight: bold;
color: #333333;
text-decoration: none;
vertical-align:middle;}
a:visited {
font-family: verdana; font-weight: bold;
color: #333333;
text-decoration: none;
vertical-align:middle;}
a:active {
font-family: verdana; font-weight: bold;
color: #000000;
text-decoration: none;
vertical-align:middle;}
a:hover {
font-family: verdana; font-weight: bold;
color: #000000;
text-decoration: underline;
vertical-align:middle;}
-->
EDIT:
line break sponsored by asp2php
Kommentar