Is there a way to achieve this effect using the <hr>
tag? I want the content of a div to appear over the <hr>
. Any suggestions on how to accomplish this?
I've created a jsfiddle here: http://jsfiddle.net/fnaYs/. I'm struggling to figure out how to place this text inside an image box. Any ideas?
Furthermore, once I achieve the desired layout, I plan to integrate it into Wordpress. Therefore, I want to ensure that the text is contained within a <div>
or another element, rather than solely in the css file.