Hallo ersteinmal..
ich weiß nicht ob ich mit dem Topic hier richtig bin, aba ich probier einfach mal mein Glück,
Habe folgendes Problem:
Für die Startseite einer Homepage habe ich eine .css file erstellt die wie folgt ist :
Code:
P {
font-size : small;
font-family : Arial;
}
H1 {
font-size : large;
font-family : Arial;
}
H2 {
font-family : Arial;
font-weight : bold;
}
H3 {
font-size : medium;
font-family : Arial;
}
H4 {
font-size : small;
font-family : Arial;
}
H6 {
font-size : small;
font-family : Arial;
font-weight : bold;
}
H5 {
font-size : xx-small;
font-family : Arial;
}
LI {
font-size : xx-small;
font-family : Arial;
font-color : black;
}
BODY{
font-size : small;
font-family : Arial;
font-weight : normal;
scrollbar-3dlight-color:red;
background-color:#E0E0E0;
}
wenn ich jetzt Beispielsweise für ein Textfeld <H6> benutze und anschließend glei <H6> benutze wie hier:
Code:
<cfoutput query="firma10">
<h6>
<cfif firma is not "">#firma#</cfif>
</h6>
<h5>
<cfif strasse is not "">#strasse#</cfif><br>
schaut es so aus:
Wie kann ich des hinkriegen, dass der automatische Abstand zwischen dem Firmennamen und der Straße verschwindet?
Danke im Vorraus