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.

How to change portal Background

2 posters

Go down

In progress How to change portal Background

Post by HPMM July 27th 2013, 5:03 am

Is it possible to change portal background?? Sort of like getting an image from google and using it as a portal background? Sort of like this http://www.random360.tk/ or http://ucw.ucoz.com/forum .This is my website: http://random260.forumotion.com/ i just want to change the black background to am image. Also how do i change my forum background aswell?
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 5:10 am

Forum Background:

Administration Panel > Display > Colors & Pictures > Pics Management
Advanced Mode
General/Index Tab
Background (full):

If this does not work, you will need to changed it in your CSS.


How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 5:25 am

Doesn't work. When  i go to the thing all i see in the setting is: Background picture (page)
Also when i put url as: http://wakpaper.com/large/War+Of+Genesis+Iii_wallpapers_320.jpg and save it. Then i portal preview and i see the background for a split second then disappear. Could you please answer how to fix or could you tell me how to add like html code to do it or css.
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 5:31 am

Add this to your CSS:
Code:
.bodyline {
     background-image:  url('http://wakpaper.com/large/War+Of+Genesis+Iii_wallpapers_320.jpg');
}


How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 5:35 am

Worked how come it is in 4 parts? Is it because the image is too small what length and width does the image need to be?
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 5:36 am

Worked how come it is in 4 parts? Is it because the image is too small what length and width does the image need to be? Doesn't work
Code:
.bodyline {
         background-image:  url('http://wakpaper.com/large/War+Of+Genesis+Iii_wallpapers_320.jpg') repeat-x;
    }

 Just goes back to the old background


Last edited by HPMM on July 27th 2013, 5:51 am; edited 2 times in total
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 5:41 am

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

Remove the code I gave and add this one:
Code:
.bodyline {
        background-image:  url('http://wakpaper.com/large/War+Of+Genesis+Iii_wallpapers_320.jpg') repeat-x;
    }


How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 5:52 am

Hi,
Code:
.bodyline {
         background-image:  url('http://wakpaper.com/large/War+Of+Genesis+Iii_wallpapers_320.jpg') repeat-x;
    }

Doesn't work it just goes back to the old wallpaper.
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 6:01 am

Did you add the code I posted?  I need to see it on your forum.


How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 6:06 am

I found a way to do it.

    .bodyline {
        background-image:  url('http://s1.wallls.com/original/2/wallls.com_13387.jpg');
  background-repeat:repeat-x;
    }

But the thing is it works but I modded it even a 1650x1080 doesn't fit the whole page. It fits half.
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 6:14 am

Could you post your CSS here?  Please add it in the code tags.


How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 6:16 am

Code:
bodyline {


background-image:  url('http://s1.wallls.com/original/2/wallls.com_13387.jpg');


background-repeat:repeat-x;


}


 
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 6:20 am

Why is there so much space in the code?

Please post your basic CSS (the link is at the top of the CSS Stylesheet:   See Basic CSS).

Try this:
Code:
body {
    background-image:  url('http://s1.wallls.com/original/2/wallls.com_13387.jpg');
    background-repeat:repeat-x;
}




How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 6:40 am

The basic ccs is here: http://random260.forumotion.com/27-ltr.css?pop=1
By the way. The code you just made didn't work.
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 6:43 am

Code:
.bodyline {
        background-image:  url('http://s1.wallls.com/original/2/wallls.com_13387.jpg');
        background-repeat:repeat-x;
        background-attachment: scroll;
    }


How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 6:45 am

Doesn't work. Only fills half the page.
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 6:52 am

Code:
.bodyline {
            background-image:  url('http://s1.wallls.com/original/2/wallls.com_13387.jpg');
            background-repeat:repeat-y;
}


How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How to change portal Background

Post by HPMM July 27th 2013, 6:53 am

Finally!!! Solved. You guys should but this in tutorial!!!
avatar
HPMM
New Member

Posts : 15
Reputation : 2
Language : English

Back to top Go down

In progress Re: How to change portal Background

Post by SLGray July 27th 2013, 7:00 am

You're welcome.

   Topic Solved & Locked

Edit:

Topic reopened as requested.


How to change portal Background Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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