Kreative Flow Designs
Thanks for visiting Kreative Flow. You'll recieve the best tutorials, resources and graphic information here.

Do register if you are a guest for exclusive content only for members!



Join the forum, it's quick and easy

Kreative Flow Designs
Thanks for visiting Kreative Flow. You'll recieve the best tutorials, resources and graphic information here.

Do register if you are a guest for exclusive content only for members!

Kreative Flow Designs
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Body bg img?

2 posters

Go down

Body bg img? Empty Body bg img?

Post by erione Fri 12 Jun 2009, 8:50 am

Anyhere here who knows the tag for background images in plain html? Thanks, I can't quite figure it out.
erione
erione
Global Moderator
Global Moderator

Number of posts : 1285
Flow Points : 2110
Reputation : 21
Warnings :
Body bg img? Left_bar_bleue0 / 1000 / 100Body bg img? Right_bar_bleue

Mood : Body bg img? 2eoz5ef

Back to top Go down

Body bg img? Empty Re: Body bg img?

Post by Adil Fri 12 Jun 2009, 10:06 am

This one is for the whole page through the body tag Smile

Code:
body {
  background-image: url("http://yoursite.com/images/image_name.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


The CSS version is

Code:
body {
  background: url("http://yoursite.com/images/image_name.gif") 50% 50% no-repeat;
}
Adil
Adil
Founder
Founder

Number of posts : 2488
Flow Points : 3875
Reputation : 43
Warnings :
Body bg img? Left_bar_bleue0 / 1000 / 100Body bg img? Right_bar_bleue

Mood : Body bg img? 2ezmpsz

http://www.kreativeflow.net

Back to top Go down

Body bg img? Empty Re: Body bg img?

Post by erione Fri 12 Jun 2009, 10:14 pm

Thanks Smile Any ideas how to make it only a part of the page and not the whole page?
erione
erione
Global Moderator
Global Moderator

Number of posts : 1285
Flow Points : 2110
Reputation : 21
Warnings :
Body bg img? Left_bar_bleue0 / 1000 / 100Body bg img? Right_bar_bleue

Mood : Body bg img? 2eoz5ef

Back to top Go down

Body bg img? Empty Re: Body bg img?

Post by Adil Sat 13 Jun 2009, 5:42 am

Ill take a look and let you know ..
Adil
Adil
Founder
Founder

Number of posts : 2488
Flow Points : 3875
Reputation : 43
Warnings :
Body bg img? Left_bar_bleue0 / 1000 / 100Body bg img? Right_bar_bleue

Mood : Body bg img? 2ezmpsz

http://www.kreativeflow.net

Back to top Go down

Body bg img? Empty Re: Body bg img?

Post by erione Mon 15 Jun 2009, 8:12 am

lol, adil.

I stumbled upon a site and saw this tag for bg img:

Code:
<body background="images/plainbgrnd.jpg">

And it worked, lol :p
erione
erione
Global Moderator
Global Moderator

Number of posts : 1285
Flow Points : 2110
Reputation : 21
Warnings :
Body bg img? Left_bar_bleue0 / 1000 / 100Body bg img? Right_bar_bleue

Mood : Body bg img? 2eoz5ef

Back to top Go down

Body bg img? Empty Re: Body bg img?

Post by Adil Mon 15 Jun 2009, 8:15 am

really? lol that simple ... :s
Adil
Adil
Founder
Founder

Number of posts : 2488
Flow Points : 3875
Reputation : 43
Warnings :
Body bg img? Left_bar_bleue0 / 1000 / 100Body bg img? Right_bar_bleue

Mood : Body bg img? 2ezmpsz

http://www.kreativeflow.net

Back to top Go down

Body bg img? Empty Re: Body bg img?

Post by erione Mon 15 Jun 2009, 8:22 am

Yeah but it keeps repeating, lol.
erione
erione
Global Moderator
Global Moderator

Number of posts : 1285
Flow Points : 2110
Reputation : 21
Warnings :
Body bg img? Left_bar_bleue0 / 1000 / 100Body bg img? Right_bar_bleue

Mood : Body bg img? 2eoz5ef

Back to top Go down

Body bg img? Empty Re: Body bg img?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


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