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.

Portal background?

5 posters

Go down

Solved Portal background?

Post by Novaen May 17th 2012, 6:00 pm

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.


Last edited by Novaen on May 17th 2012, 6:56 pm; edited 1 time in total
Novaen
Novaen
Forumember

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by Niko May 17th 2012, 6:15 pm

Hello,

sure!
Create a new widget and paste this code:
Code:
<style>body {
background-image: (IMAGE_LINK)!important;
}</style>

Then add it to the portal Very Happy And edit IMAGE_LINK Mr. Green
Friendly,
Niko
Niko
Helper
Helper

Male Posts : 3108
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Portal background?

Post by Novaen May 17th 2012, 6:25 pm

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

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by Niko May 17th 2012, 6:29 pm

Can you link me the portal address? Very Happy
Thanks...
Niko
Niko
Helper
Helper

Male Posts : 3108
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Portal background?

Post by Novaen May 17th 2012, 6:31 pm

Novaen
Novaen
Forumember

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by Niko May 17th 2012, 6:44 pm

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>
Niko
Niko
Helper
Helper

Male Posts : 3108
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Portal background?

Post by Novaen May 17th 2012, 6:47 pm

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.
Novaen
Novaen
Forumember

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by Niko May 17th 2012, 6:54 pm

Ops...
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>
Niko
Niko
Helper
Helper

Male Posts : 3108
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Portal background?

Post by Novaen May 17th 2012, 6:56 pm

Wow! Great! Thank you very much! Smile
Novaen
Novaen
Forumember

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by Niko May 17th 2012, 7:05 pm

Novaen wrote:Wow! Great! Thank you very much! Smile
My duty Hello
Niko
Niko
Helper
Helper

Male Posts : 3108
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Portal background?

Post by Novaen May 17th 2012, 7:07 pm

Have to ask about one more thing Wink

How do I let it be "un-fixed"?
Novaen
Novaen
Forumember

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by Niko May 17th 2012, 7:09 pm

Add this one: Mr. Green
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>
Niko
Niko
Helper
Helper

Male Posts : 3108
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Portal background?

Post by Novaen May 17th 2012, 7:18 pm

it's still fixed? :B
Novaen
Novaen
Forumember

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by Ahkrir May 17th 2012, 8:20 pm

Try adding this in your widget:

Code:
body {
background-image: url(url here)!important;
background-color: none!important;
background-position: 100%;
}
Ahkrir
Ahkrir
Forumember

Male Posts : 288
Reputation : 14
Language : English
Location : The Netherlands

http://smarterweb.go-board.com/forum

Back to top Go down

Solved Re: Portal background?

Post by Novaen May 17th 2012, 11:13 pm

Hi Ahkrir.

Thanks for your answer, but the background is still fixed D:
Novaen
Novaen
Forumember

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by DK May 17th 2012, 11:19 pm

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

Male Posts : 609
Reputation : 13
Language : English

http://ourworldhub.forumotion.com/forum

Back to top Go down

Solved Re: Portal background?

Post by Novaen May 17th 2012, 11:21 pm

Thanks for your response but this is fixed too :/
Novaen
Novaen
Forumember

Female Posts : 29
Reputation : 0
Language : Danish, English
Location : Denmark

http://avonue.danskforum.net/forum

Back to top Go down

Solved Re: Portal background?

Post by kirk May 18th 2012, 1:29 am

Novaen wrote:Thanks for your response but this is fixed too :/

Topic Solved & Locked
kirk
kirk
Forumaster

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

Back to top Go down

Back to top

- Similar topics

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