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]

1Image placement 2 Empty Image placement 2 Mon Jul 19, 2010 9:08 pm

Emilio

Emilio
Registered Member
Registered Member
I want to add a picture @ the side of my forum
like this:
Image placement 2 Previe10

With the img place:
Image placement 2 Previe11 :


The Img:
Image placement 2 Bambooo-1

I just need the code to place that img at the side

http://www.graphilicious.forumotion.Com

2Image placement 2 Empty Re: Image placement 2 Mon Jul 19, 2010 10:06 pm

ankillien

ankillien
Administrator
Administrator
This code should do that...

Code:
body {
background : url(http://i955.photobucket.com/albums/ae35/EmilioMees/bambooo-1.png) no-repeat right;
}

3Image placement 2 Empty Re: Image placement 2 Mon Jul 19, 2010 10:30 pm

Emilio

Emilio
Registered Member
Registered Member
it doesn't work ankillien nothing shows up

http://www.graphilicious.forumotion.Com

4Image placement 2 Empty Re: Image placement 2 Mon Jul 19, 2010 11:35 pm

ankillien

ankillien
Administrator
Administrator
It should work.
I've already tried it on your forum and it shows up. Try adding important flag...

Code:
    body {
    background : url(http://i955.photobucket.com/albums/ae35/EmilioMees/bambooo-1.png) no-repeat right !important;
    }

or see if it show up in any other browser.

5Image placement 2 Empty Re: Image placement 2 Tue Jul 20, 2010 12:31 am

Emilio

Emilio
Registered Member
Registered Member
omfg if i add that code , my whole blue background goes away
and that jungle image above my navbar
And the bamboo sticks goes into the chatbox to

http://www.graphilicious.forumotion.Com

6Image placement 2 Empty Re: Image placement 2 Tue Jul 20, 2010 8:09 am

ankillien

ankillien
Administrator
Administrator
Samurai wrote:omfg if i add that code , my whole blue background goes away
and that jungle image above my navbar
And the bamboo sticks goes into the chatbox to

Body can have only one background image, so you can combine the 2 images in PS and then try adding it.

7Image placement 2 Empty Re: Image placement 2 Tue Jul 20, 2010 1:49 pm

Emilio

Emilio
Registered Member
Registered Member
Yhe , i was thinking that before xD
But i thought ; Damn gonna be alot of work
But alright , i'll do that .
Anywayz Thanks Ankillien Very Happy

http://www.graphilicious.forumotion.Com

8Image placement 2 Empty Re: Image placement 2 Tue Jul 20, 2010 2:27 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

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