Na das ist doch das Problem!
Das funktioniert alles nicht.
OK. hier nochmal das komplette
css:
Code:
.entry p a:link, .entrytext p a:link, .entry p a:visited, .entrytext p a:visited {
border-bottom:#666 dotted 1px;
}
auf ganz blöd habe ich das alles nochmal hinzugefügt:
Code:
.entry p a:link img {
border-bottom:none !Important;
}
.entry a:link img {
border-bottom:none !Important;
}
.entry p img {
border-bottom:none !Important;
}
.entry img {
border-bottom:none !Important;
}
und hier ist der Code auf der Seite:
Code:
div class="entry">
<p><a href="http://www.usdesignstudio.co.uk/" title="Us Design Studio" target="_blank">Us Design Studio</a>, always famous for blurring the boundaries between design and art, made a new piece:</p>
<p><a href="http://www.soundofsirens.net/wp-content/uploads/2008/03/whole_human.jpg" title="Whole Human"><img src="http://www.soundofsirens.net/wp-content/uploads/2008/03/whole_human1.jpg" alt="Whole Human" /></a></p>
Und hier die Seite selbst. Habs jetzt mal so gelassen, damit ihr seht, was ich meine:
Sound Of Sirens » Blog Archive
(ja, ich weiss - die pagenav oben. Und das der Rahmen rechts 10 pixel raussteht ist auch normal, weil die Bilder alle einen margin von 10px nach rechts haben wegen Textumfluss)

m.