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
3 posters

    boxes around the last post on Php3

    iyaaz
    iyaaz
    Forumember


    Male Posts : 350
    Reputation : 8
    Language : English
    Location : London

    Solved boxes around the last post on Php3

    Post by iyaaz February 14th 2014, 1:14 pm

    How can i add around box, like the one on the last post on
    forumotion index board..

    thank you

    my verstion is Php3
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1187
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    Solved Re: boxes around the last post on Php3

    Post by Ikerepc February 14th 2014, 1:36 pm

    Try this

    Code:
    .tcr {
    border-radius: 5px;
    background: #cc3;
    margin: 5px;
    box-shadow: 1px 1px #666
    }
    iyaaz
    iyaaz
    Forumember


    Male Posts : 350
    Reputation : 8
    Language : English
    Location : London

    Solved Re: boxes around the last post on Php3

    Post by iyaaz February 14th 2014, 1:49 pm

    it's not showing me any around boxes @ my end, i have place the code on Css Stylesheet
    Ikerepc
    Ikerepc
    Active Poster


    Male Posts : 1187
    Reputation : 167
    Language : Who cares...
    Location : Where web help & support is needed

    Solved Re: boxes around the last post on Php3

    Post by Ikerepc February 14th 2014, 3:09 pm

    OH sorry... This will work

    Code:
    .topiclist.forums dd.lastpost {
        background-color: #DCEAF5;
        border-bottom: 1px solid #C3E0F1;
        border-radius: 5px;
        border-right: 1px solid #C3E0F1;
        margin: 6px;
    }
    iyaaz
    iyaaz
    Forumember


    Male Posts : 350
    Reputation : 8
    Language : English
    Location : London

    Solved Re: boxes around the last post on Php3

    Post by iyaaz February 14th 2014, 4:08 pm

    Zyon it's working now thank you
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: boxes around the last post on Php3

    Post by Base February 14th 2014, 5:44 pm

    Since this topic has been marked as solved, I will move it to the archives.

      Current date/time is November 11th 2024, 8:25 pm