+ Reply to Thread
Results 1 to 6 of 6

Thread: Help with background sizing
      
   

  1. #1
    zentan is offline Private
    Join Date
    Feb 2008
    Posts
    4

    Question Help with background sizing

    Hi,

    i have a 800x600 jpeg which i wan to use for my background.
    my home page is set to 800x600 size, and i enabled the "Center in Browser".

    After importing the jpeg, how come the pic keep tiling the entire area?
    isn't it supposed to just appear within my 800x600 working area?
    and when i preview it is not centered.

    basically, i want my 800x600 webpage to load in the center of the browser automatically, with the rest of the area white or watever color.

    can anyone teach me?

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,719

    Default Re: Help with background sizing

    Hi, just pop the image on the front of the page using the image button & not as a background image.

  3. #3
    zentan is offline Private
    Join Date
    Feb 2008
    Posts
    4

    Default Re: Help with background sizing

    OMG such a simple solution and it worked.
    i must be dumb or something.
    thanks!!!!

    can i jus ask, how to make it exactly center of the page?

    bcos after selecting "Center of browser", the image is now in the center, but flushed to the top but i wan it directly at the center.

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,719

    Default Re: Help with background sizing

    Hi, the other alternitive is to place the code below in the page html properties area via: View>Page html>Begining of body & replace this part of the code with your image url. It will end up looking like this link.
    http://www.collectors-info.com/Collector-bird-jackdoor.gif


    HTML Code:
    <script language="JavaScript1.2">
    if (document.all||document.getElementById)
    document.body.style.background="url('http://www.collectors-info.com/Collector-bird-jackdoor.gif') white center no-repeat fixed"
    </script

  5. #5
    sedona's Avatar
    sedona is offline Major General
    Join Date
    Jun 2007
    Location
    Sedona. Arizona
    Posts
    2,182

    Default Re: Help with background sizing

    Quote Originally Posted by zentan View Post
    can i jus ask, how to make it exactly center of the page?
    Hi, to center this or any other element use the layout tool. Click the image border to make it 'active'. Click 'Layout'. Click 'center'. Choose 'horizontal' or 'vertical''.

    Good luck!
    Ken

    If there hadn't been women we'd still be squatting in a cave eating raw meat, because we made civilization in order to impress our girl friends. And they tolerated it and let us go ahead and play with our toys. Orson Wells

  6. #6
    zentan is offline Private
    Join Date
    Feb 2008
    Posts
    4

    Default Re: Help with background sizing

    thanks all for helping.
    i think i managed to get wat i have in mind at last!

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