Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2011
    Posts
    10

    Default please help with page background tiling

    hi
    i am trying to get this background i made its 1800x1650 to tile which it does,
    however if you would please look at my site which needs alot of work ,the tiling starts
    from the page edge i want it to look seamless because i made the jpeg very wide
    i was hoping no edge would be visible,i know its possible i just need you genious guys
    to point me in right direction.
    thank you for any help
    mike www.mikewiles.co.uk

  2. #2
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

  3. #3
    Join Date
    Dec 2011
    Posts
    10

    Default Re: please help with page background tiling

    thank you for that im sure you are fed up with answering this question ,but i cannot figure out
    where to paste my link to my background pic ,what would the url look like .please could you replace
    the text with YOUR IMAGE GOES HERE and leave only the brackets colons etc that the code needs ,also what
    is the bg colour for when it has image instead.
    thank you for your time

    <style type="text/css">
    html {
    background-image: url("http://www.goldenarrow.me.uk/goldenarrow_htm_files/bgimage.jpg");
    background-repeat: no-repeat;
    background-position:center top;
    background-color: #ffffd4;
    }
    </style>

  4. #4
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: please help with page background tiling

    Hi Automike

    You will need to export your site to hard disk first to create the folder. You then need to export your background image into it. The link to it will be similar to the one highlighted in blue.

    The background colour is there so that the BGimage can fade into it using transparency or a gradient.

    Code:
    <style type="text/css">
    html {
    background-image: url("index_htm_files/bgimage.jpg");
    background-repeat: no-repeat;
    background-position:center top;
    background-color: #ffffd4;
    }
    </style>

  5. #5
    Join Date
    Dec 2011
    Posts
    10

    Default Re: please help with page background tiling

    thank you so much for your help , i will leave you in peace now
    kind regards mike

  6. #6
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: please help with page background tiling

    Glad I could help

 

 

Bookmarks

Posting Permissions

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