Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Nov 2008
    Location
    Chicago
    Posts
    37
    Plugin Contributions
    0

    Default Need help with background image

    I'm trying to get my site to have this background:
    http://tholmesonline.com/HOME.jpg

    Here's what my site currently looks like:
    http://www.sewdarnedcute.com/index.php

    I'm also trying to achieve the stitched border as well.

    Any help would be greatly appreciated.

    thanks!

    Tony

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Need help with background image

    You unfortunately have one of the dreaded Template Monster templates....where they take license in assembling their own coding.

    You need to find the "body" tag and apply/add these to it replacing with your image:
    Code:
    background-image: url(../images/some_image_bg.jpg);
    background-repeat: repeat-x or y or both;
    For the border add to mainWrapper if they have it
    Code:
    border: 2px dashed #000000;
    The rounded corners will need additional entries and you can refer to one of the free templates that incorporate rounded corners for the methods see at:
    http://(sorry, site offline)/
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2008
    Location
    Chicago
    Posts
    37
    Plugin Contributions
    0

    Default Re: Need help with background image

    Would this be located in the "stylesheet_tm.css" file?

  4. #4
    Join Date
    Nov 2008
    Location
    Chicago
    Posts
    37
    Plugin Contributions
    0

    Default Re: Need help with background image

    I added the dashed line but it's all the way on the outer edge. How can i get inlined a few inches and outside of that would be the background, like in my example. And how can I make it rounded and Brown in color?

    Thanks for your help!!

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Need help with background image

    Very difficult to advise on a Template Monster Template for the reasons stated previously...
    I did point you to where to see how the rounded corners can be seen and the methods copied and applied to your template
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Nov 2008
    Location
    Chicago
    Posts
    37
    Plugin Contributions
    0

    Default Re: Need help with background image

    I'll give it a try - thanks!

  7. #7
    Join Date
    Nov 2008
    Location
    Chicago
    Posts
    37
    Plugin Contributions
    0

    Default Re: Need help with background image

    I tried the changing the background and it made the pattern across the entire background. How do I get a white background for the midddle like my example.

    Thanks!


    Tony

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Need help with background image

    Apply the background image to the body tag and set the mainWrapper to the width of your header with a background color of white
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Nov 2008
    Location
    Chicago
    Posts
    37
    Plugin Contributions
    0

    Default Re: Need help with background image

    What would the code be for that?

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Need help with background image

    The same stylesheet addition as posted before just added to the body tag
    Code:
    background-image: url(../images/some_image_bg.jpg);
    background-repeat: repeat-x or y or both;
    Width is added/altered in the mainWrapper tag
    Code:
    width: ??%or ??px;
    Zen-Venom Get Bitten

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. help with background image
    By smallpigpig in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Jan 2011, 02:46 AM
  2. need help aligning product listing with background
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Aug 2010, 08:37 PM
  3. Need Help with Background Image in Header Navigation
    By scottdev in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Jun 2009, 07:28 PM
  4. Replies: 3
    Last Post: 31 Oct 2007, 01:58 PM
  5. Need help with transparent background
    By Vood in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 29 Sep 2007, 07:17 AM

Posting Permissions

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