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

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]

1Background Picture problem Empty Background Picture problem Sat Dec 18, 2010 7:24 pm

silentkarl

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

2Background Picture problem Empty Re: Background Picture problem Sat Dec 18, 2010 7:32 pm

Terry Harvey

Terry Harvey
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;
}

3Background Picture problem Empty Re: Background Picture problem Sat Dec 18, 2010 8:08 pm

silentkarl

silentkarl
Registered Member
Registered Member
Ok ill try this

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

4Background Picture problem Empty Re: Background Picture problem Sat Dec 18, 2010 8:12 pm

silentkarl

silentkarl
Registered Member
Registered Member
Ok thanks McStormify

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

5Background Picture problem Empty Re: Background Picture problem Sat Dec 18, 2010 8:58 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
No problem =)

6Background Picture problem Empty Re: Background Picture problem Sat Dec 18, 2010 9:09 pm

Jophy

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/

Sponsored content


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