Link Exchange Forum
May 19, 2012, 04:48:10 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Link Exchange Forum, a Webmaster Forum where you can find link exchange partners and discuss webmaster related topics.  A friendly forum for Webmasters!
 
   Home   Help Search Members Login Register  
Pages: [1]
 
Author Topic: Picture as back ground??  (Read 550 times)
realistic
Guest
« on: December 12, 2009, 11:56:53 AM »

How do I make a picture as a background of my image??

Need a suggestion about it..
Logged
theinc
Newbie
*
Posts: 2



View Profile
« Reply #1 on: April 08, 2010, 12:09:23 PM »

You can do it in CSS, its the easiest way.

Code:
body {
  background: url("image_name.gif")no-repeat;
}
Logged

Flexible server colocation makes your life easier. 1u colocation is the most suitable rack space.Smiley
joomlads07
Newbie
*
Posts: 30



View Profile WWW Email
« Reply #2 on: January 13, 2011, 10:03:20 AM »

Here is coding to set picture:-

<style>
body {
background-image:url(http://XXXXXXXX);
background-repeat:no-repeat;
}
</style>

Where the XXXXXX is the location of the image you want to make your background. if you need help figuring out what that is, I have that on one of my other myspace posts.

If you want the picture to repeat on the page, insert this:
<style>
body {
background-image:url(http://XXXXXXXX);
}
</style>

If you want the background image fixed in place when you scroll down, use this:
<style>
body {
background-image:url(http://XXXXXXXX);
background-attachment:fixed;
}
</style>
Logged

 *Link Removed*  | *Link Removed*
Elsnercardone
Newbie
*
Posts: 10


View Profile
« Reply #3 on: June 01, 2011, 04:29:49 PM »

Ohhh...very useful information for me also))thanks
Logged
Pages: [1]
 
 
Jump to:  


Link Exchange Forum - Webmaster Forum
Support Our Site
Privacy Policy
Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC