Hallo TF,
Einer meiner bisherigen Versuche:
http://toefflibuebe.xardas.lima-city.de/blockquote.html
Hier meine Modifikation (In Opera 8.01 sieht es schon recht gut aus, leider nicht in Mozilla/Firefox):
blockquote:before
{
content: '»';
width: 1em;
position:absolute;
top:0;
left:0;
}
blockquote:after
{
content: '«';
width: 1em;
position:absolute;
bottom:0;
right:0;
}
blockquote
{
position:relative;
margin: 0px;
padding: 0px;
}
blockquote p
{
margin:0 2em;
}
Gruß Gernot