1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Charity Template css error

Discussion in 'Web Design' started by dito, Jan 11, 2008.

  1. dito

    dito New Member

    I was trying to resize the Charity Template andi got most of it right. However the right boarder line postion did not change. As you can see in the picture bellow it needs to be over to the right more

    [​IMG]

    how to do i move this line in the CSS code?

    Thanks
     
  2. dito

    dito New Member

    bump's for help :p
     
  3. eVentureBiz

    eVentureBiz New Member

    hey dito. I don't have any (or know much about) of the free templates on here but I'll be happy to look at your source code and see if I can help. I'm not a professional web designer but I know enough to get me by.

    What is your url? I will need to go there to view your source code.

    Thanks,
     
  4. dito

    dito New Member

    thank you for your inrest in helping me

    site: problem soved
    css: problem soved
     
  5. eVentureBiz

    eVentureBiz New Member

    Hey dito. Looks like that line is part of the background image and doesn't have anything to do with the css file. I created a new background image for you. Click the link below and copy the image and point your css to it.

    So do as follows:

    1. Click on and save this image:
    http://www.eventurebiz.com/content_bg.png

    2. Save the file to your /image directory

    3. Go to your css file and look for this code:

    #content {
    background-image:url(images/content_bg.gif);
    width:750px;

    and replace it with

    #content {
    background-image:url(images/content_bg.png);
    width:750px;
    }

    Let me know if that did the trick!
     
  6. dito

    dito New Member

    almost solves my problem....except that now the left and right [white] boarders are gone
     
  7. eVentureBiz

    eVentureBiz New Member

    Ok, try re-downloading the file using the link above and replacing it with the one you downloaded last time.
     
  8. dito

    dito New Member

    thank you very much it works now
     
  9. eVentureBiz

    eVentureBiz New Member

    My pleasure, dito. If you know anyone who needs web hosting I'd appreciate the business. I own a hosting company but spend most of my time developing content to help people learn and help them with whatever I am able to.

    Thanks and take care...
     
  10. dito

    dito New Member

    *makes note if it* ;)