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 create Background and Logo For Forum

2 posters

Go down

How To create Background and Logo For Forum Empty How To create Background and Logo For Forum

Post by Simple November 20th 2009, 1:07 pm

Hello !

i want to ask something about background and logo for my forum

here is my forum Click Here

i try to make background and logo for my forum.. but it can't show perfectly

For logo : How To create Background and Logo For Forum Untitl10

but the logo isn't perfect like this : How To create Background and Logo For Forum Untitl11

and for the background : How To create Background and Logo For Forum Untitl12

but there is no background after i saved it ! like this : How To create Background and Logo For Forum Untitl13

someone please help me beu
Simple
Simple
Forumember

Male Posts : 124
Reputation : 0
Language : english
Location : Indonesia

Back to top Go down

How To create Background and Logo For Forum Empty Re: How To create Background and Logo For Forum

Post by ankillien November 20th 2009, 1:33 pm

Hello,

To fix the logo, add this to AdminCP > Display > Colors > CSS and submit...

Code:
#logo img {
padding-top : 50px;
}

You can change the 50px as per need.

To add background, try adding it by this code..

Code:
body {
background : url(BACKGROUND IMAGE URL HERE) repeat;
}
ankillien
ankillien
Energetic

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

Back to top Go down

How To create Background and Logo For Forum Empty Re: How To create Background and Logo For Forum

Post by Simple November 20th 2009, 1:51 pm

ankillien wrote:Hello,

To fix the logo, add this to AdminCP > Display > Colors > CSS and submit...

Code:
#logo img {
padding-top : 50px;
}

You can change the 50px as per need.

To add background, try adding it by this code..

Code:
body {
background : url(BACKGROUND IMAGE URL HERE) repeat;
}

thanksyou its work Smile

But i have the same question again.. my background after i copy that code.. to css

like this :How To create Background and Logo For Forum Untitl14

can't be all the background show up ?

my background only just show at the top and the bottom of page
Simple
Simple
Forumember

Male Posts : 124
Reputation : 0
Language : english
Location : Indonesia

Back to top Go down

How To create Background and Logo For Forum Empty Re: How To create Background and Logo For Forum

Post by ankillien November 20th 2009, 2:02 pm

Ok,

Please remove previous background code and add this new one...

Code:
body {
background : transparent url(BACKGROUND IMAGE URL HERE) repeat top right !important;
}

Hope this helps Very Happy
ankillien
ankillien
Energetic

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

Back to top Go down

How To create Background and Logo For Forum Empty Re: How To create Background and Logo For Forum

Post by Simple November 20th 2009, 2:07 pm

ankillien wrote:Ok,

Please remove previous background code and add this new one...

Code:
body {
background : transparent url(BACKGROUND IMAGE URL HERE) repeat top right !important;
}

Hope this helps Very Happy

not work Sad it only just show all the background when loading... when it changing pages
Simple
Simple
Forumember

Male Posts : 124
Reputation : 0
Language : english
Location : Indonesia

Back to top Go down

How To create Background and Logo For Forum Empty Re: How To create Background and Logo For Forum

Post by ankillien November 20th 2009, 2:11 pm

Please add this code and submit...
Don't remove the previous code this time.

Code:
#wrap {
background : transparent !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

How To create Background and Logo For Forum Empty Re: How To create Background and Logo For Forum

Post by Simple November 20th 2009, 2:54 pm

i want to ask something again sir Very Happy

if i want to add logo from another site.. what kind of code i must use ?
Simple
Simple
Forumember

Male Posts : 124
Reputation : 0
Language : english
Location : Indonesia

Back to top Go down

How To create Background and Logo For Forum Empty Re: How To create Background and Logo For Forum

Post by ankillien November 20th 2009, 2:57 pm

You don't need a code for that.
Al you want to get is the logo image url.
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