Reputation:
Can I use any tag that will allow me to place a line <hr />
on a specific left margin size
Upvotes: 1
Views: 11141
Reputation: 1254
I would prefer to use a div and add a border to that div. It's more flexible than the
<div style="border-top:1px solid #000;margin:5px 10px;"></div>
I haven't tested it but that should work fine :)
edit: i tested it with firebug and edited the code above.
Upvotes: 1