I find this a pain. I am trying to get CSS to use an image when the < hr /> tag is used. I am currently using:
< hr />
hr { display:block; bor
Update border:none; to border:0;
border:none;
border:0;