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]

1forum footer image Empty forum footer image Sat Sep 25, 2010 3:46 am

JAN2XONLINE

JAN2XONLINE
Registered Member
Registered Member
Hi guys, i have one question, how to put image in the forum footer like this:
[img]forum footer image Footer10[/img]

http://strawhatclan.findtalk.biz/

2forum footer image Empty Re: forum footer image Sat Sep 25, 2010 11:02 am

ankillien

ankillien
Administrator
Administrator
Hi,

You can use this code...

Code:
.bodyline {
background: url(IMAGE URL HERE) no-repeat bottom right;
}

Add it to your CSS.

3forum footer image Empty Re: forum footer image Fri Mar 09, 2012 9:48 am

magicm00n

magicm00n
Registered Member
Registered Member
Hi, I've tried using this code but it doesn't work for me. I'm using phpbb3. Any ideas why?

4forum footer image Empty Re: forum footer image Fri Mar 09, 2012 2:49 pm

ankillien

ankillien
Administrator
Administrator
Try this code...

Code:
#page-footer {
background: url(IMAGE URL HERE) no-repeat 700px bottom;
}

Change the 700px to adjust the position.

5forum footer image Empty Re: forum footer image Fri Mar 09, 2012 3:18 pm

magicm00n

magicm00n
Registered Member
Registered Member
Thanks,

I've entered the code but only the bottom part is showing. The top part is hidden idk why.

forum footer image Untitl10

I tried making the bodyline color transparent but it doesn't work. The top part of the image is still hidden. Neutral

6forum footer image Empty Re: forum footer image Fri Mar 09, 2012 4:42 pm

ankillien

ankillien
Administrator
Administrator
Link to your forum?

7forum footer image Empty Re: forum footer image Fri Mar 09, 2012 5:02 pm

magicm00n

magicm00n
Registered Member
Registered Member
Nvm i change the code from #page-footer to #page-body and it worked! thanks! Very Happy

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