ich möchte gerne vor URL-Adressen ein zusätzliches Icon einbauen.
Im Endeffekt sollte es so aussehen :
Code: Alles auswählen
{ICON} {URL}Kann mir jemand da helfen ?
Danke im vorraus,
Markus
Code: Alles auswählen
{ICON} {URL}Code: Alles auswählen
a.postlink:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}"deinIcon" ändern und nach templates/subSilver/images kopierena.postlink:link { padding-left: 15px; background: url('images/deinIcon') no-repeat 0 1px; text-decoration: none; color: #006699 }
a.postlink:visited { padding-left: 15px; background: url('images/deinIcon') no-repeat 0 1px; text-decoration: none; color: #5493B4 }
a.postlink:hover { padding-left: 15px; background: url('images/deinIcon') no-repeat 0 1px; text-decoration: none; color: #DD6900 }