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.

Footer image

3 posters

Go down

Solved Footer image

Post by Skhectic28 December 28th 2011, 5:43 pm

I would like to put this image: https://2img.net/h/oi42.tinypic.com/11j2ous.png
At the bottom of my forums. (Footer)

I want it around here:
http://gyazo.com/cbb4a275ccfb2caa3c779a5f28824261

In the blank.

Can someone give me the code to put into the CSS sheet.
Thanks in advance.
avatar
Skhectic28
Forumember

Posts : 156
Reputation : 4
Language : English

http://anime-alliance.forumotion.co.uk/

Back to top Go down

Solved Re: Footer image

Post by Guest December 28th 2011, 5:48 pm

Add in Generalities:
Code:
<style>
img.footimage{
position: absolute !important;
bottom: 200px !important;
left: 50% !important;
}
</style>
<img class="footimage" src="http://i42.tinypic.com/11j2ous.png" />
You have to edit position by editing 200px at the bottom proprety. Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: Footer image

Post by Skhectic28 December 28th 2011, 9:18 pm

I'm Phpbb3 btw. >.<
Also there's an error. =/
avatar
Skhectic28
Forumember

Posts : 156
Reputation : 4
Language : English

http://anime-alliance.forumotion.co.uk/

Back to top Go down

Solved Re: Footer image

Post by !_NICK_! December 28th 2011, 9:35 pm

Add this to your CSS. See if that's where you want it.

Code:
#page-footer {
    background: url(http://i42.tinypic.com/11j2ous.png) bottom right no-repeat;
}
!_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

Solved Re: Footer image

Post by Skhectic28 December 29th 2011, 6:44 pm

Thanks Nick. Smile
avatar
Skhectic28
Forumember

Posts : 156
Reputation : 4
Language : English

http://anime-alliance.forumotion.co.uk/

Back to top Go down

Solved Re: Footer image

Post by Sanket December 29th 2011, 8:07 pm

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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