Portal background?
5 posters
Page 1 of 1
Portal background?
Hi.
Is it possible to create portals which have their own background picture? In that way, that they havn't the same picture in every portal but is varied from portal to portal?
Thanks.
Is it possible to create portals which have their own background picture? In that way, that they havn't the same picture in every portal but is varied from portal to portal?
Thanks.
Last edited by Novaen on May 17th 2012, 6:56 pm; edited 1 time in total
Re: Portal background?
Hello,
sure!
Create a new widget and paste this code:
Then add it to the portal And edit IMAGE_LINK
Friendly,
sure!
Create a new widget and paste this code:
- Code:
<style>body {
background-image: (IMAGE_LINK)!important;
}</style>
Then add it to the portal And edit IMAGE_LINK
Friendly,
Re: Portal background?
Hi! thanks for your aswer, but nothing happened D:
I've created a new portal, and tried to create a new widget with the code to change the background. But there is no picture at all :S
I've created a new portal, and tried to create a new widget with the code to change the background. But there is no picture at all :S
Re: Portal background?
Try to add this one:
- Code:
<style>body {
background-image: (http://i146.photobucket.com/albums/r266/Paaai4/asj.png)!important;
background-color: none!important;
}</style>
Re: Portal background?
Nope.. Doesn't work either..
Do I do it right?
I insert the code in the Widget source text box, in the new widget, and add this widget to the portal.
Do I do it right?
I insert the code in the Widget source text box, in the new widget, and add this widget to the portal.
Re: Portal background?
Ops...
Sorry I made a mistake! Add this code:
Sorry I made a mistake! Add this code:
- Code:
<style>body {
background-image: url(http://i146.photobucket.com/albums/r266/Paaai4/asj.png)!important;
background-color: none!important;
}</style>
Re: Portal background?
Add this one:
- Code:
<style>body {
background-image: url(http://i146.photobucket.com/albums/r266/Paaai4/asj.png)!important;
background-color: none!important;
background-attachment: initial!important;
}</style>
Re: Portal background?
Try adding this in your widget:
- Code:
body {
background-image: url(url here)!important;
background-color: none!important;
background-position: 100%;
}
Re: Portal background?
I used this code and I didn't get a fixed background.
- Code:
<style>body {
background-image: url(http://www.wallpaper4me.com/images/wallpapers/bluespaceplanets-372678.jpeg)!important;
background-color: none!important;
}</style>
Re: Portal background?
Novaen wrote:Thanks for your response but this is fixed too
Topic Solved & Locked |
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Similar topics
» portal background please help.
» Portal Background Picture?
» Display only image and background in portal
» locked topics won't appear in portal (news widget: the portal)
» Portal homepage active always redirect to portal homepage
» Portal Background Picture?
» Display only image and background in portal
» locked topics won't appear in portal (news widget: the portal)
» Portal homepage active always redirect to portal homepage
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum