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 put image on footer

3 posters

Go down

Solved How to put image on footer

Post by ~PSYDEX~ November 23rd 2009, 1:20 am

Is it possible to put image on my forums footer ?
~PSYDEX~
~PSYDEX~
Forumember

Male Posts : 322
Reputation : 0
Language : Bulgarian
Location : Bulgaria

http://www.mobers.org

Back to top Go down

Solved Re: How to put image on footer

Post by Master Marc November 23rd 2009, 1:29 am

You'll need a punBB or phpBB forum version to make life simple, Wink

ACP=>Display Tab=>Templates=>General=>Overal_footer=>

From there, add the image, and navigate back, and publish it, How to put image on footer Redface
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Solved Re: How to put image on footer

Post by ~PSYDEX~ November 23rd 2009, 1:35 am

Where exactly in the whole footer code should i put the image?
I tried before </body> tag but it goes on top of the page...
I want it on the bottom of the </table> and if it's possible to place google ads code on top of it?
~PSYDEX~
~PSYDEX~
Forumember

Male Posts : 322
Reputation : 0
Language : Bulgarian
Location : Bulgaria

http://www.mobers.org

Back to top Go down

Solved Re: How to put image on footer

Post by ankillien November 23rd 2009, 2:31 pm

Hello,

To set a background on footer (bottom of the forum), you need to add this code in your CSS.

Code:
body {
background : url(BACKGROUND IMAGE URL) bottom left scroll repeat-x;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to put image on footer

Post by ~PSYDEX~ November 23rd 2009, 2:43 pm

ankillien wrote:Hello,

To set a background on footer (bottom of the forum), you need to add this code in your CSS.

Code:
body {
background : url(BACKGROUND IMAGE URL) bottom left scroll repeat-x;
}

It works!! ...but that way my actual background picture is gone! Only footer appears
~PSYDEX~
~PSYDEX~
Forumember

Male Posts : 322
Reputation : 0
Language : Bulgarian
Location : Bulgaria

http://www.mobers.org

Back to top Go down

Solved Re: How to put image on footer

Post by ankillien November 23rd 2009, 3:09 pm

Ok, remove the previous code and add this instead...

Code:
.bodyline {
background : url(http://img260.imageshack.us/img260/5999/footerblue.jpg) repeat-x bottom left scroll;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to put image on footer

Post by ~PSYDEX~ November 23rd 2009, 3:11 pm

Thank you!
~PSYDEX~
~PSYDEX~
Forumember

Male Posts : 322
Reputation : 0
Language : Bulgarian
Location : Bulgaria

http://www.mobers.org

Back to top Go down

Solved Re: How to put image on footer

Post by ankillien November 23rd 2009, 3:12 pm

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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