Pop up in corner of the forum Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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

    Pop up in corner of the forum

    TWIZTEDxDevil
    TWIZTEDxDevil
    Forumember


    Posts : 51
    Reputation : 1
    Language : English

    Solved Pop up in corner of the forum

    Post by TWIZTEDxDevil January 15th 2013, 2:25 am

    Does anyone know how to put a pic in the bottom right corner of the forum saying something like "Hey don't have an account? How about registering now!" or something kind of like the login pop up?
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Pop up in corner of the forum

    Post by kirk January 15th 2013, 6:57 pm

    Your using phpbb3 right?
    You can try this in your css sheet
    You may have to adustthe margins to your liking.
    Code:

    img.bottom-right{
        background-image:url('DIRECT IMAGE LINK HERE');
        border: 0;
        padding: 0;
        margin-left: 10px;
        margin-top: 10px;
        float: right;
    }

    Unless you are using punbb or phpbb2, then you can just place this in the bottom of your homepage index , or over all footer template.
    Code:
    <div align="right"><img src="DIRECT IMAGE LINK HERE" border="0" alt="" /></div>
    TWIZTEDxDevil
    TWIZTEDxDevil
    Forumember


    Posts : 51
    Reputation : 1
    Language : English

    Solved Re: Pop up in corner of the forum

    Post by TWIZTEDxDevil January 16th 2013, 7:06 am

    kirk wrote:Your using phpbb3 right?
    You can try this in your css sheet
    You may have to adustthe margins to your liking.
    Code:

    img.bottom-right{
        background-image:url('DIRECT IMAGE LINK HERE');
        border: 0;
        padding: 0;
        margin-left: 10px;
        margin-top: 10px;
        float: right;
    }

    Unless you are using punbb or phpbb2, then you can just place this in the bottom of your homepage index , or over all footer template.
    Code:
    <div align="right"><img src="DIRECT IMAGE LINK HERE" border="0" alt="" /></div>

    Ok it works thanks! Smile

    /Solved
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Pop up in corner of the forum

    Post by Sanket January 16th 2013, 8:01 am

    Topic Solved & Locked