I need something similar to this hr tag
hr.style-eight {
padding: 0;
border: none;
border-top: medium double #333;
color: #333;
text-align: center;
}
hr.style-eight:after {
content: "§";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: white;
}
But I need an image instead of the ASCII symbol. I've tried making the content "" and the background a background-image, but I'm having no luck.
` tag? because you could try `
` – MoralCode Aug 14 '15 at 16:34
with image/character in the center](http://stackoverflow.com/questions/14202089/custom-hr-with-image-character-in-the-center) – blurfus Aug 18 '15 at 23:05