Results 1 to 7 of 7

Thread: Adding JPEG background
      
   

  1. #1
    kachano is offline Second Lieutenant
    Join Date
    Mar 2007
    Posts
    107

    Default Adding JPEG background

    Hello,

    Does anyone know how I can add a background, a JPEG format picture, behind black text?

    I would appreciate your input.

  2. #2
    Mook25's Avatar
    Mook25 is offline Brigadier General
    Join Date
    Oct 2005
    Location
    UK
    Posts
    1,430

    Default Re: Adding JPEG background

    First of all if you want to use a background image instead of a plain color there are some considerations you should make before doing so:
    • Is the background image discrete enough to not take away the focus from what's written on it?
    • Will the background image work with the text colors and link colors I set up for the page?
    • Will the background image work with the other images I want to put on the page?
    • How long will the page take to load my background
      image? Is it simply too big?
    • Will the background image work when it is copied to fill the entire page? In all screen resolutions?
    After answering these questions, if you still want to add the background image you will need to specify in the <body> tag which image should be used for the background.

    HTML Code:
    <body background="drkrainbow.gif">
    Note:
    If the image you're using is smaller than the screen, the image will be *******ted until it fills the entire screen.

    If, say you wanted a striped background for your page, you wouldn't have to make a huge image for it. Basically you could just make an image that is two pixels high and one pixel wide. When inserted on the page the two dots will be copied to fill the page - thus making what looks like a full screen striped image.

    When you choose to use a background image for the page it is always a good idea to specify a background color as well.


    HTML Code:
    <body background="drkrainbow.gif" bgcolor="#333333">

    The reason is that until the background image is loaded, the background color will be shown.

    If there is too much difference between the background color and the background image, it will look disturbing once the browser shifts from the background color to the image.

    Therefore it is a good idea to specify a background color that matches the colors of the image as close as possible.

    Hope this helps
    Arcade Ninja - Free Flash Arcade
    FreeGadget4me.Com - Learn how to get free gadgets delivered direct to your door for free

  3. #3
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default Re: Adding JPEG background

    That's excellent advice offered to you by Mook there ...

    I'd just like to add that if after all considered (that Mook pointed out)
    you are able to add an image as the background to your page by just right clicking on your page, and selecting page properties, and choosing the image for the background, this would eliminate the html code step and you may find it easier ....

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  4. #4
    kachano is offline Second Lieutenant
    Join Date
    Mar 2007
    Posts
    107

    Default Re: Adding JPEG background

    Wow! Loads of information. Thanks very much Mook and Lady Eye. It was much appreciated mate.

    Kachano
    Thailand

  5. #5
    Mook25's Avatar
    Mook25 is offline Brigadier General
    Join Date
    Oct 2005
    Location
    UK
    Posts
    1,430

    Default Re: Adding JPEG background

    No worries mate
    Arcade Ninja - Free Flash Arcade
    FreeGadget4me.Com - Learn how to get free gadgets delivered direct to your door for free

  6. #6
    mistressdane is offline Private
    Join Date
    Mar 2007
    Posts
    1

    Default Re: Adding JPEG background

    can i import backrounds, buttons, photos, and graphics from my documents into the bluevoda web building system

  7. #7
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default Re: Adding JPEG background

    Quote Originally Posted by mistressdane
    can i import backrounds, buttons, photos, and graphics from my documents into the bluevoda web building system
    yes, just insert them all on your page you are building, as an image, .jpeg and .gif file extensions ....

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49