I need dotted lines. <hr>
won't do as there needs to be more space between dots, unless there's a way to achieve that through CSS? Also it's not being displayed correctly in the three Bootstrap columns I need. I could settle for it if there's a way to remedy that.
I copied a random SVG line I found in order to try customizing it.
https://jsfiddle.net/eliranmal/hsfxS/
<svg width="357px" height="2px" viewBox="0 0 300 200">
<line x1="40" x2="260" y1="100" y2="100" stroke="#5184AF" stroke-width="20" stroke-linecap="round" stroke-dasharray="1, 30"/>
</svg>
Nothing shows up. I've seen a suggestion to add <html xmlns="http://www.w3.org/1999/xhtml">
in the head and <svg xmlns="http://www.w3.org/2000/svg"
That didn't help.