Last edited:


iulianh said:change repeat-x with no-repeat or fixed . 1 Thing i have to say about your site, remove the <h1> title and description from the header, it ruins the header images . In rest, i like it . Great site .
Best regards,
Iulian
DDC_Cyn said:You need photos in your posts because right now all I see are ads and banners and that doesn't make me want to stop and read.
background: url(images/bg.gif);
background-repeat: repeat-x;
background: #000000 url(images/bg.gif) no-repeat;
iulianh said:Try changing this in the body class in css :
Code:background: url(images/bg.gif); background-repeat: repeat-x;
With:
Code:background: #000000 url(images/bg.gif) no-repeat;
If it doesn`t work, try adding it into the header class and remove it from the body class.
Iulian
tonyfloyd said:any other feedback/reviews?
thanks
tony


