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 set a forum background image

+3
skouliki
SLGray
zsCargak
7 posters

Go down

In progress How to set a forum background image

Post by zsCargak March 7th 2020, 6:00 pm

How to set a forum background image?
zsCargak
zsCargak
Forumember

Male Posts : 54
Reputation : 1
Language : English

http://zeleznicniforum.forumotion.me/

Back to top Go down

In progress Re: How to set a forum background image

Post by SLGray March 7th 2020, 7:05 pm

AP > Display > Colors & Pictures > Colors
Colors Tab
Advanced Mode
They are in the first tab.  They should be under the banner options.


How to set a forum background image 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 : 51493
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How to set a forum background image

Post by zsCargak March 7th 2020, 7:30 pm

zsCargak
zsCargak
Forumember

Male Posts : 54
Reputation : 1
Language : English

http://zeleznicniforum.forumotion.me/

Back to top Go down

In progress Re: How to set a forum background image

Post by zsCargak March 7th 2020, 7:33 pm

If this is what I said above, so I put a picture and there was nothing on the forum.
zsCargak
zsCargak
Forumember

Male Posts : 54
Reputation : 1
Language : English

http://zeleznicniforum.forumotion.me/

Back to top Go down

In progress Re: How to set a forum background image

Post by SLGray March 7th 2020, 7:53 pm

Please do not double post.  The next time you do it, you will receive an  official warning.  Please use the edit button.

Please post your forum's link.


How to set a forum background image 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 : 51493
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How to set a forum background image

Post by zsCargak March 7th 2020, 8:20 pm

SLGray wrote:Please do not double post.  The next time you do it, you will receive an  official warning.  Please use the edit button.

Please post your forum's link.

Okey.

http://forumvlackyforum.forumotion.me/

please do not make any changes to my forum

forum is slovak
zsCargak
zsCargak
Forumember

Male Posts : 54
Reputation : 1
Language : English

http://zeleznicniforum.forumotion.me/

Back to top Go down

In progress Re: How to set a forum background image

Post by SLGray March 7th 2020, 8:37 pm

See if this is in the CSS stylesheet:
Code:
body {
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-attachment: fixed;
    background-color:
#1a1a1a;
background-image: url(\'http://fc04.deviantart.net/images/i/2002/26/9/1/Misconstrue_-_Image_1.jpg\');
border-radius: 10px;
color:
    #5c758c;
    filter: alpha(opacity=90);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: auto;
    opacity: .9;
    padding: 10px 0;
}


How to set a forum background image 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 : 51493
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: How to set a forum background image

Post by skouliki March 8th 2020, 8:19 am

if you dont have the code that SLGray posted above in your css

just add this in your css and put in the code your image url

Code:

body {
background-image: url(image.url);
}

if you have the code that SLGray posted in your css then change in that code the image url with your own image url


and as i said before we dont have the power to do anything to your forum
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: How to set a forum background image

Post by ZuniThoang March 10th 2020, 4:17 pm

The information is extremely helpful. Thank you for sharing!
ZuniThoang
ZuniThoang
Forumember

Male Posts : 45
Reputation : 4
Language : Vietnamese
Location : hanoi

https://raovat.4umer.com/

Back to top Go down

In progress Re: How to set a forum background image

Post by skouliki March 10th 2020, 6:15 pm

ZuniThoang wrote:The information is extremely helpful. Thank you for sharing!

hello

please stop spamming all threads with this kind of posts
it is not allowed

first warning
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: How to set a forum background image

Post by skouliki March 29th 2020, 10:24 am

is this solved?
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: How to set a forum background image

Post by skidsolo March 29th 2020, 12:47 pm

Been trying this but without success.

This is the background image I would like to change:

How to set a forum background image Captur20

and this is where I have been trying to change it without success.

How to set a forum background image Captur21
avatar
skidsolo
Forumember

Posts : 269
Reputation : 3
Language : English

Back to top Go down

In progress Re: How to set a forum background image

Post by skouliki March 29th 2020, 2:50 pm

did you try my code above ?
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: How to set a forum background image

Post by TonnyKamper March 29th 2020, 3:24 pm

Like SLGray said this is in your stylesheet:

Code:
body {
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-attachment: fixed;
    background-color:
#1a1a1a;
background-image: url(\'http://fc04.deviantart.net/images/i/2002/26/9/1/Misconstrue_-_Image_1.jpg\');
border-radius: 10px;
color:
    #5c758c;
    filter: alpha(opacity=90);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: auto;
    opacity: .9;
    padding: 10px 0;
}

This is wrong there are backslashes in the url which aren't supposed to be there.. the code should be this:

Code:
body {
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-attachment: fixed;
    background-color:
#1a1a1a;
background-image: url('http://fc04.deviantart.net/images/i/2002/26/9/1/Misconstrue_-_Image_1.jpg');
border-radius: 10px;
color:
    #5c758c;
    filter: alpha(opacity=90);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: auto;
    opacity: .9;
    padding: 10px 0;
}

Put this in your stylesheet and then you can change the url address to another one of your liking..
TonnyKamper
TonnyKamper
Active Poster

Female Posts : 1049
Reputation : 78
Language : Dutch/English
Location : DSF Admin

http://www.nederlandheelt.nl/forum

Back to top Go down

In progress Re: How to set a forum background image

Post by huizhou April 16th 2020, 3:24 pm

its really amazing and full of graphical site
huizhou
huizhou
New Member

Posts : 1
Reputation : 1
Language : English

Back to top Go down

In progress Re: How to set a forum background image

Post by skouliki April 16th 2020, 8:22 pm

huizhou wrote:its really amazing and full of graphical site

Please don't hijack another member’s topic's.
Please open your own thread if you having a problem with your forum.
Please read our forum rules:ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

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