UnlimitedMB.comUnlimitedMB.com
Home    |    About Us    |    Forums    |    Signup    |    Login    |    Support
UnlimitedMB.com


 
UnlimitedMB.com



Go Back   UnlimitedMB.com Forums > General Forums > HTML
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
i need help putting in my background for my website i do not know how
  #1  
Old 2 Weeks Ago
anthonycerda anthonycerda is offline
Junior Member
 
Join Date: Jun 2007
Posts: 3
Default i need help putting in my background for my website i do not know how

i need help on how to copy a background and put it in my web page
Reply With Quote
  #2  
Old 2 Weeks Ago
scottish2 scottish2 is offline
Junior Member
 
Join Date: Jun 2007
Posts: 12
Default

Is simple Upload the image to your file manager. I personally like to keep all the images in a folder named images just to keep things neat.

Then in your HTML document near the beginning is the followinbg line

Code:

                                                          
it might have some additional coding but in this line add the following

Code:

                                                          
Replace URL with the link to your image. And this will give you the background. If you want the background to be a solid color instead using the below.

Code:

                                                          
ffffff is for white but this can be replaced with any color code to select any color you wish. Here's a neat free program that will help you select the color and give you the colors code.

http://www.colorcop.net/

Last edited by scottish2 : 2 Weeks Ago at 01:32 AM.
Reply With Quote
  #3  
Old 2 Weeks Ago
cr0wonline cr0wonline is offline
Senior Member
 
Join Date: Sep 2006
Posts: 185
Default

Or, if you want to meet XHTML standards, use:

http://site.com/images/background.png)">
__________________
[-|Support ULMB, use a minibanner.|-]

To use
https://unlimitedmb.com" title="UnlimitedMB">
Reply With Quote
  #4  
Old 2 Weeks Ago
myplace myplace is offline
Member
 
Join Date: Oct 2006
Posts: 37
Default

i suggest you use CSS so that your html/xhtml coding would be neat

you should this in your CSS file:
Quote:
body {
background-image: url(the url of the image goes here);
}
or

Quote:
body {
background-color: url(the url of the image goes here);
}
include this in your head tag

Quote:
Reply With Quote
  #5  
Old 1 Week Ago
arenlor arenlor is offline
Senior Member
 
Join Date: Aug 2006
Location: Jaa, kore da.
Posts: 348
Send a message via ICQ to arenlor Send a message via AIM to arenlor Send a message via MSN to arenlor Send a message via Yahoo to arenlor
Default

If you're confused you can PM me and I'll help you out, but I suggest the external CSS version too, it's much easier to modify if you want to change every page on your site, and you don't have go through every page each time to change something.
__________________
FAQ
Reply With Quote
  #6  
Old 1 Week Ago
wwe wwe is offline
Senior Member
 
Join Date: Dec 2006
Posts: 284
Send a message via Yahoo to wwe
Default

I agree with arenlor. Best way to go about it if you want to pretty much modify all of your pages at once. (Assuming they're all getting it from the same CSS file that is.)
Reply With Quote
  #7  
Old 1 Week Ago
scottish2 scottish2 is offline
Junior Member
 
Join Date: Jun 2007
Posts: 12
Default

I can agree with the CSS option. Another way is to use PHP which is also user friendly with updating. On my site I have like 3 primary files and all I need to do is change these 3 files to update majority of site. I do have a couple custom pages so...but 95%-098% can be updated with adjusting just 3 files including entire site layout.
Reply With Quote
Reply

« Previous Thread | Next Thread »

Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page
Display Modes
Linear Mode Linear Mode
Hybrid Mode Switch to Hybrid Mode
Threaded Mode Switch to Threaded Mode

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 Off
HTML code is Off
Forum Jump


All times are GMT. The time now is 02:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.







 



UnlimitedMB.com © 2006
Terms of Use | Report Abuse