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?
3 posters
Pop up in corner of the forum
TWIZTEDxDevil- Forumember
- Posts : 51
Reputation : 1
Language : English
- Post n°1
Pop up in corner of the forum
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
- Post n°2
Re: Pop up in corner of the forum
Your using phpbb3 right?
You can try this in your css sheet
You may have to adustthe margins to your liking.
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.
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- Forumember
- Posts : 51
Reputation : 1
Language : English
- Post n°3
Re: Pop up in corner of the forum
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!
/Solved
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°4
Re: Pop up in corner of the forum
Topic Solved & Locked |