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

    PunBB Custom Border Help

    Splurkey
    Splurkey
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    PunBB Custom Border Help Empty PunBB Custom Border Help

    Post by Splurkey May 28th 2015, 5:22 pm

    I want to add a border on my forum but i don't know the code. I searched the forum for answers but i can't find any working code for punbb.
    Can i use this as my border? http://ptpmp.net/forum/Themes/citiez_20rc5/images/custom/main_border.png ?

    This code doesn't seem to work on punBB
    Code:
    #main_border_r {
        background: transparent url("../images/custom/main_border.png") repeat-y scroll 100% 0px;
            background-color: transparent;
            background-image: url("../images/custom/main_border.png");
            background-repeat: repeat-y;
            background-attachment: scroll;
            background-position: 100% 0px;
            background-clip: border-box;
            background-origin: padding-box;
            background-size: auto auto;
        padding: 0px 8px;
            padding-top: 0px;
            padding-right: 8px;
            padding-bottom: 0px;
            padding-left: 8px;
    }

    which code does this belong?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3524
    Language : English
    Location : United States

    PunBB Custom Border Help Empty Re: PunBB Custom Border Help

    Post by SLGray May 28th 2015, 8:17 pm


    Since you created another topic about the same issue, this topic will be garbaged.  Please do not start multi-threads about the same issue/question.



    PunBB Custom Border Help Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is November 15th 2024, 1:27 am