View Single Post
Old 06-28-2013, 03:53 PM   #13
jcsalomon
Zealot
jcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheese
 
jcsalomon's Avatar
 
Posts: 100
Karma: 1204
Join Date: Jun 2012
Device: Bookari (née Mantano Reader) on Android; Kindle Fire HD
I’m trying to adapt my suggestion above to SVG images—which it should be possible to make hr tags appear with, right?
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg width="60" height="10" xmlns="http://www.w3.org/2000/svg">
  <text stroke-width="0" x="30" y="7.3" font-size="10"
        text-anchor="middle">—»·›–•–‹·«—</text>
</svg>
Can’t figure out the CSS to make this work, though. This isn’t working:
Code:
hr { background-image:url("../Images/hr.svg"); }
jcsalomon is offline   Reply With Quote