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.
The forum of the forums
2 posters

    <hr> in html problem...

    avatar
    Guest
    Guest


    Solved <hr> in html problem...

    Post by Guest Sun 11 Nov - 11:43

    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 Sun 11 Nov - 14:34; edited 1 time in total
    levy
    levy
    Hyperactive


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

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

    Post by levy Sun 11 Nov - 13:10

    Oh ,my man

    Code:
    <hr style="width: 30px;">
    avatar
    Guest
    Guest


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

    Post by Guest Sun 11 Nov - 13:44

    not work Sad
    levy
    levy
    Hyperactive


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

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

    Post by levy Sun 11 Nov - 14:29

    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>
    avatar
    Guest
    Guest


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

    Post by Guest Sun 11 Nov - 14:34

    oh, yeap this is it ! thank you !

    topic solved
    levy
    levy
    Hyperactive


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

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

    Post by levy Sun 11 Nov - 14:35

    No problems man Wink
    Sanket
    Sanket
    ForumGuru


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

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

    Post by Sanket Sun 11 Nov - 18:25

    Topic Solved & Locked

      Current date/time is Sun 22 Sep - 23:27