Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Website Design

Website Design Discuss about designing a website or help others with their designing problems.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-20-2011, 04:06 AM
tttyyyy22 tttyyyy22 is offline
Senior Member
 
Join Date: Jul 2011
Posts: 162
tttyyyy22 is on a distinguished road
Default How do I make a picture as a background on my web pages?

How do I make a picture as a background on my web pages?
any scripts i have to use for to change background
__________________
Homecoming Dresses
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-20-2011, 04:19 AM
tylerlongtw tylerlongtw is offline
Senior Member
 
Join Date: May 2011
Posts: 391
tylerlongtw is on a distinguished road
Please visit this video.
I f you want to know how to make a picture of your background on your web page.
http://video.about.com/webdesign/Add...ound-Image.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 09-09-2011, 10:40 AM
malinky malinky is offline
Junior Member
 
Join Date: Sep 2011
Posts: 16
malinky is on a distinguished road
Use CSS background-image selector and set it in you main wrap div
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 09-09-2011, 11:08 AM
serena85 serena85 is offline
Banned
 
Join Date: Apr 2011
Posts: 447
serena85 is on a distinguished road
You can use Dreamwaver and all problems solved.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 09-09-2011, 12:50 PM
Logicspice Logicspice is offline
Senior Member
 
Join Date: Mar 2011
Location: India
Posts: 200
Logicspice is on a distinguished road
You can use templates than add image or learn on w3school
__________________
Post Job Free :: Business Directory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 09-13-2011, 12:05 PM
helpfixanypc helpfixanypc is offline
Senior Member
 
Join Date: Sep 2011
Posts: 112
helpfixanypc is on a distinguished road
You can easily use CSS background-image property like this:
body {background-image:url('image.jpg');}
__________________
Web design Manchester | Web Development UK
The best bad credit car loan deals
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 09-29-2011, 07:33 AM
nancysparx nancysparx is offline
Senior Member
 
Join Date: Jun 2011
Posts: 174
nancysparx is on a distinguished road
You can do it by using css and its editor.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 03-30-2012, 08:34 PM
redleafloans redleafloans is offline
Junior Member
 
Join Date: Feb 2012
Posts: 29
redleafloans is on a distinguished road
If you're using CSS, you can use,

body {background-image:url('put the image url here');}

I don't know if that's what you need. Please let me know if that helps.
__________________
Payday Loans Canada | Payday Loans
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 04-09-2012, 06:40 AM
longdouble longdouble is offline
Member
 
Join Date: Mar 2012
Posts: 51
longdouble is on a distinguished road
Quote:
Originally Posted by tttyyyy22 View Post
How do I make a picture as a background on my web pages?
any scripts i have to use for to change background

That's quite easy. You can view an example here
http://www.w3schools.com/css/tryit.a...ckground-image
__________________
iTunes Gift Card | Tarjetas iTunes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 04-11-2012, 05:07 PM
buildasitefor3@gmail buildasitefor3@gmail is offline
Member
 
Join Date: Jan 2012
Posts: 84
buildasitefor3@gmail is on a distinguished road
What platform are you using or CMS? If Wordpress, you can edit it using the CSS editor.
__________________
Build A Site For 3 Bucks - www.BuildASiteFor3Bucks.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 04-12-2012, 08:26 AM
mary444 mary444 is offline
Senior Member
 
Join Date: Feb 2012
Posts: 237
mary444 is on a distinguished road
This will show you the different things you can do with a background image using CSS: http://www.w3schools.com/css/css_background.asp



And this will show you how to use CSS if you don't already know: http://www.w3schools.com/css/css_howto.asp
__________________
Mary
Self Studios graphic design
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 04-12-2012, 08:35 AM
blueit blueit is offline
Junior Member
 
Join Date: Sep 2011
Posts: 17
blueit is on a distinguished road
Point the body background to the name of your image you wish to use as the background as shown below. This body line should be the first line after your </head> tag.
<body background="picture.gif">
You can also have the background image fixed, so it does not move when using the scroll bar in the browser. To do this add the BGPROPERTIES tag as shown below.
<body background="picture.gif" bgproperties="fixed">
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 11-19-2012, 04:58 AM
wellm97's Avatar
wellm97 wellm97 is offline
Senior Member
 
Join Date: Aug 2012
Location: Dallas,TX
Posts: 212
wellm97 is on a distinguished road
Send a message via Skype™ to wellm97
if you know programming then simply use CSS background-image selector and set it in you main wrap div
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 07:24 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.