The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

<hr> in html problem...

2 posters

Go down

Solved <hr> in html problem...

Post by Guest November 11th 2012, 11:43 am

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 ?


Last edited by Reva-bosS on November 11th 2012, 2:34 pm; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Solved Re: <hr> in html problem...

Post by levy November 11th 2012, 1:10 pm

Oh ,my man

Code:
<hr style="width: 30px;">
levy
levy
Hyperactive

Male Posts : 2631
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: <hr> in html problem...

Post by Guest November 11th 2012, 1:44 pm

not work Sad
avatar
Guest
Guest


Back to top Go down

Solved Re: <hr> in html problem...

Post by levy November 11th 2012, 2:29 pm

Oh ,now i look at your forum and i find this :

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>
levy
levy
Hyperactive

Male Posts : 2631
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: <hr> in html problem...

Post by Guest November 11th 2012, 2:34 pm

oh, yeap this is it ! thank you !

topic solved
avatar
Guest
Guest


Back to top Go down

Solved Re: <hr> in html problem...

Post by levy November 11th 2012, 2:35 pm

No problems man Wink
levy
levy
Hyperactive

Male Posts : 2631
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: <hr> in html problem...

Post by Sanket November 11th 2012, 6:25 pm

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum