December 6, 200718 yr I was playing around with a design I found here made by Ben I think it was (excellent, beautiful design) and I thought I wanted to add a background pattern. It's not working! Here is my code: body { background: #aeb218 url(images/siteback.png) repeat-x; margin-right: 0; margin-left: 0; margin-bottom: 0; margin-top: 15px; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #A79787; } Oops, forgot to delete the x after repeat
December 6, 200718 yr Just dont' put any statements about repeating, and it will repeat on the X and Y plane by default
December 6, 200718 yr Author Just dont' put any statements about repeating, and it will repeat on the X and Y plane by default I know but I forgot my glasses at home
Create an account or sign in to comment