View Single Post
Old 11-01-2012, 05:27 PM   PM User | #6
durangod
Senior Coder

 
Join Date: Nov 2010
Posts: 1,177
Thanks: 214
Thanked 31 Times in 30 Posts
durangod is on a distinguished road
yes i know and i wish i could but i cant, the client has specifically said no links to the site anywhere, so i have to abide by their wishes. I guess i could create another file and take a snapshot of it and send you that.

Basically what it is is a 500x500 image and it has a slight horrizontal line across the page where the repeat images meet. Nothing vertical, just horrizontal. I did try both jpg and gif and same thing.

If it was both vert and horriz i would say it was the image, the image was made in ps so it should be ok regarding border area.

here is the css if you want that for now.

Code:
body{
font-family:verdana;
font-size:11px;
background-image:url(images/bg.gif);
background-position:top;
/* background-color:#000000; */
color:#000000;
}
durangod is offline   Reply With Quote