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.

Resolution Problem - Forum Background

3 posters

Go down

Resolution Problem - Forum Background Empty Resolution Problem - Forum Background

Post by AMRES September 7th 2011, 5:54 am

Hi all;
If someone can help me out with this, that would be great. Smile
There seems to be a resolution problem with the forum's background.
Some members view the forum as this

Picture 1 Resolution Problem - Forum Background Thisp
Others see it as this
Picture 2 Resolution Problem - Forum Background Ratedgamingcap1

NOTE: The second picture was taken by a fellow member.

Is it possible for all members to see the forum in picture 1 by fixing the resolution problem?

My forum - http://www.rated-gaming.net
AMRES
AMRES
Forumember

Male Posts : 30
Reputation : 0
Language : English
Location : Queens, New York

Back to top Go down

Resolution Problem - Forum Background Empty Re: Resolution Problem - Forum Background

Post by !_NICK_! September 7th 2011, 6:06 am

You might want to change theme's.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Resolution Problem - Forum Background Empty Re: Resolution Problem - Forum Background

Post by Dex♥ September 7th 2011, 11:25 am

looks to me like you need a bigger image. The theme is fine, but you have the background centered and it doesn't repeat.
so, if you want the whole background to be covered just change you have this problem because the other person monitor is larger.
Just go into the AP - Display - Colors - CSS and edit using the codes below.

Code:
body {
   margin: 0 auto;
   background-color: #111111;
   background-image: url('http://i40.servimg.com/u/f40/15/70/94/83/backgr12.jpg');
   background-position: top;
   background-repeat:no-repeat;
   background-attachment: fixed;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 12px;
   line-height: 135%;
   }

to

Code:
body {
   margin: 0 auto;
   background-color: #111111;
   background-image: url('http://i40.servimg.com/u/f40/15/70/94/83/backgr12.jpg');
   background-position: top;
   background-repeat:repeat;
   background-attachment: fixed;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 12px;
   line-height: 135%;
   }

There isn't any way to change the resolution or to stretch it without photoshop. so, the best you can do without photoshop is tile it. Try to find a seamless background to use. some youtube backgrounds even work for forums.
Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Back to top


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