Hallo
Ich habe einen Quelltext in dem ich einen ganz normalen Text Geschrieben hab.
allerdings ist da ein zeilenumbruch wo keiner sein sollte.Es wird auch kein Fehler angezeigt.
Hier mein Htmlcode
und hier der csscode
Sieht dann so aus:
Impressum|
Kontakt
wäre nett wenn ihr euch das mal anschauen könntet.
Vielen Dank schon mal im Voraus
Html001
Ich habe einen Quelltext in dem ich einen ganz normalen Text Geschrieben hab.
allerdings ist da ein zeilenumbruch wo keiner sein sollte.Es wird auch kein Fehler angezeigt.
Hier mein Htmlcode
Code:
<div id="oben1">
<p id="pos1"><a href="" target="iframe" id="link1">Impressum<a> | <a href="" target="iframe" id="link1">Kontakt</a></p>
</div>
Code:
#link1{ font-family:Arial; font-size:8pt; }
a:link { color:#AFAEAE; text-decoration:none; font-weight:bold; }
a:visited { color:#AFAEAE; text-decoration:none; font-weight:bold; }
a:focus { color:#AFAEAE; text-decoration:none; font-weight:bold; }
a:hover { color:#AFAEAE; text-decoration:underline; font-weight:bold; }
a:active { color:#AFAEAE; text-decoration:none; font-weight:bold; }
#oben1{
position:absolute;top:0px;left:180px;
width:990px;
height:10px;
background: #003366;
}
Impressum|
Kontakt
wäre nett wenn ihr euch das mal anschauen könntet.
Vielen Dank schon mal im Voraus
Html001