Results 1 to 4 of 4

Thread: Background
      
   

  1. #1
    scph35003 is offline Private First Class
    Join Date
    Oct 2008
    Posts
    8

    Exclamation Background

    Hi, sory is this has already been explained but cant find a solution. i have made a gradiant background image thats white and blends into a black but when i apply it as my background the image sort of repeats its self over and over and i only want it to do it once and then be all black for the rest of the page.

    hope this makes sense. i hope their is a fix.
    thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Background

    Hi, it can be done with a bit of CSS. Place a graduated shape on your BV page, pushed to the top of the page that should be long & thin with no borders, but with the colour/style you want. Now right click on this image & select HTML & look for the images name. The one in the CSS below is bv01098.gifyou will have something similar.
    Now right click on the page & select Page HTML & click on Between the head tag. Paste the code below into this area remembering to change the bv image to your own (marked in red).
    Now right click on the page & select Page properties>Background & set to black.

    Press ok & preview.



    <style type="text/css">
    <!--
    body {background-image: url(bv01098.gif); background-repeat:repeat-x;;background-position:left top;}
    -->
    </style>

  4. #4
    scph35003 is offline Private First Class
    Join Date
    Oct 2008
    Posts
    8

    Default Re: Background

    fantastic...thanks its worked

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