but it depends where you *css file* resides in relation to *your images
directory.*
your ccs file is there in the same image folder? I think thats is the
problem. Try background-image: url('images/bg.jpg'); or background-image:
url('../images/bg.jpg');

2012/2/8 Henry Finkelstein <[email protected]>

> I've tried looking through the <html> tag as well as seeing the
> background-color: transparent, but for some reason, I always have a white
> background and never see my background image.
>
> Any thoughts as to how I can resolve this?
>
> body {
>   margin: 0;
>   padding: 10px 20px;
>   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
>   font-size: 13px;
>   line-height: 18px;
>   color: #333333;
>   background-color: transparent;
>   background-image: url('bg.jpg');
>   background-repeat: repeat-x;
> }
>



-- 
..........................................................
Daniel Mariz
Produtor Web
Tel: 31 3043 4094 | 8783 1070
[email protected] (email + msn)

Reply via email to