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

    How to add a line?

    Alan Barry
    Alan Barry
    Forumember


    Posts : 25
    Reputation : 1
    Language : English

    Solved How to add a line?

    Post by Alan Barry July 31st 2015, 12:32 pm

    Print screen - http://prntscr.com/7z6f4l

    How do I add a line separating the profile and the post?

    Forum thread - http://priwy-metin2.forum-board.net/t12-system-plakietek#34
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How to add a line?

    Post by Ange Tuteur July 31st 2015, 1:27 pm

    Hi @Alan Barry,

    You can add borders ( or lines ) with CSS. Just go to display > colors > CSS stylesheet

    If you want the line next to the profile, paste this rule :
    Code:
    .user { border-right:1px solid #CCC }

    If you want it next to the post, then paste this rule instead :
    Code:
    .post-entry { border-left:1px solid #CCC }

    The only difference is that the latter is longer than the former.
    Alan Barry
    Alan Barry
    Forumember


    Posts : 25
    Reputation : 1
    Language : English

    Solved Re: How to add a line?

    Post by Alan Barry July 31st 2015, 1:47 pm

    Thanks. Topic solved.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How to add a line?

    Post by Ange Tuteur July 31st 2015, 2:01 pm

    You're welcome Smile

    Topic archived

      Current date/time is September 23rd 2024, 1:16 pm