<hr> in html problem...
2 posters
Page 1 of 1
<hr> in html problem...
hello , a am adding a <hr> code in my forum in announcement
but i cant give a size in my line i am adding
i put :
<hr size="30px"> but the size dont change
any idea ?
but i cant give a size in my line i am adding
i put :
<hr size="30px"> but the size dont change
any idea ?
Last edited by Reva-bosS on November 11th 2012, 8:34 am; edited 1 time in total
Guest- Guest
Re: <hr> in html problem...
Oh ,now i look at your forum and i find this :
Replace this code from your css with this :
change width with your size of hr ,now you will put only this code :
<hr>
- Code:
hr {
border: 1 none #cccccc;
border-top: 1px solid #cccccc;
height: 1px;
margin: 5px 0;
display: block;
clear: both;
}
Replace this code from your css with this :
- Code:
hr {
border: 1 none #cccccc;
border-top: 1px solid #cccccc;
height: 1px;
width: 30px;
margin: 5px 0;
display: block;
clear: both;
}
change width with your size of hr ,now you will put only this code :
<hr>
Re: <hr> in html problem...
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum