Pop up in corner of the forum
3 posters
Page 1 of 1
Pop up in corner of the forum
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?
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>
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
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
Re: Pop up in corner of the forum
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» ribbon ( corner)
» bottom left corner of the screen link
» Corner picture
» Relax Corner
» online image across the corner
» bottom left corner of the screen link
» Corner picture
» Relax Corner
» online image across the corner
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum