Different hr in CSS
CSS
hr.line{ border:none; border-top:1px; height: 1.0px; color:#DBDBDB; background:transparent; margin-left: 0px; margin-right: 0px;}
COLUME
<hr class="line"></td>
I try something like this, but it doesnt work.
Pascal
CSS
hr.line{ border:none; border-top:1px; height: 1.0px; color:#DBDBDB; background:transparent; margin-left: 0px; margin-right: 0px;}
COLUME
<hr class="line"></td>
I try something like this, but it doesnt work.
Pascal
Comments
where exactly on your site is this HR line? Because we do not see it in the code at all.