Hallo,
bei einer fertig gestaltete Website soll eine Änderung vorgenommen werden, von mir....
Das soll neben "Impressum" noch "links" hinzugefügt werden (siehe Bild). Die meisten Formatierungen sind per CSS definiert.
Code
</div>
<footer>
<style type="text/css">
.grossabstand {word-spacing: 37em;}
</style>
<p class="grossabstand"><a href="[URL='http://www.forum-hilfe.de/view-source:https://www.facebook.com/gus.dienst.sparta']https://www.facebook.com/gus.dienst.sparta[/URL]" target="_blank">
<img src="[URL='http://www.forum-hilfe.de/view-source:http://gus-sparta.de/images/F_icon.jpg']images/F_icon.jpg[/URL]" alt="" border="" height="18" width="18"></a>
<a href="[URL='http://www.forum-hilfe.de/view-source:http://gus-sparta.de/impressum.html']impressum.html[/URL]">Impressum</a></p>
</footer>
</div>
Wenn ich neben Impressum einfach nochmal ein a href einfüge mit "Links" wird dies unter der angezeigten Linie angezeigt. Habe es mal so versucht:
Code
<footer>
<style type="text/css">
.grossabstand {word-spacing: 17em;}
</style>
<p class="grossabstand"><a href="[URL='http://www.forum-hilfe.de/view-source:https://www.facebook.com/gus.dienst.sparta']https://www.facebook.com/gus.dienst.sparta[/URL]" target="_blank">
<img src="images/F_icon.jpg" alt="" border="" height="18" width="18"></a>
<a href="impressum.html">Impressum</a>
<a href="links.html">Links</a></p>
</footer>
</div>
Dann sieht es aber aus wie oben auf dem Bild. Ich möchte aber, dass das Facebook Zeichen mittig und Impressum sowie Links rechtsbündig dargestellt wird.
Alles anzeigen
Was mach ich falsch?
CSS Code für den #footer: