WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 Background Picture problem on Sat Dec 18, 2010 5:54 pm

silentkarl


Registered Member
Registered Member
i cant change my forum background
i try this admin panel --> display --> pics management.but nothing happens

http://phminicoderz.7forum.net/forum.htm

2 Re: Background Picture problem on Sat Dec 18, 2010 6:02 pm

McStormify


Registered Member
Registered Member
Go to your CSS and look for body{

If it's there add

Code:
background-image: url('IMAGE HERE');


If you want it fixed, add

Code:
background-attachment: fixed;


If the body { tag isn't there, add this code:

Code:
body {
background-image: url('IMAGE URL HERE');
background-attachment: fixed;
}

3 Re: Background Picture problem on Sat Dec 18, 2010 6:38 pm

silentkarl


Registered Member
Registered Member
Ok ill try this

http://phminicoderz.7forum.net/forum.htm

4 Re: Background Picture problem on Sat Dec 18, 2010 6:42 pm

silentkarl


Registered Member
Registered Member
Ok thanks McStormify

http://phminicoderz.7forum.net/forum.htm

5 Re: Background Picture problem on Sat Dec 18, 2010 7:28 pm

McStormify


Registered Member
Registered Member
No problem =)

6 Re: Background Picture problem on Sat Dec 18, 2010 7:39 pm

Jophy


Registered Member
Registered Member
silentkarl, please avoid double posting unless separated by 24 hours, use the EDIT button.

Solved => Closed

http://www.socialtechforum.com/

View previous topic View next topic Back to top  Message [Page 1 of 1]

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