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.

Pop up in corner of the forum

3 posters

Go down

Solved Pop up in corner of the forum

Post by TWIZTEDxDevil Tue Jan 15 2013, 03:25

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?
TWIZTEDxDevil
TWIZTEDxDevil
Forumember

Posts : 51
Reputation : 1
Language : English

http://psvmods.net

Back to top Go down

Solved Re: Pop up in corner of the forum

Post by kirk Tue Jan 15 2013, 19:57

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>
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: Pop up in corner of the forum

Post by TWIZTEDxDevil Wed Jan 16 2013, 08:06

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
TWIZTEDxDevil
TWIZTEDxDevil
Forumember

Posts : 51
Reputation : 1
Language : English

http://psvmods.net

Back to top Go down

Solved Re: Pop up in corner of the forum

Post by Sanket Wed Jan 16 2013, 09:01

Topic Solved & Locked
Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum