CSS testing
CSS testing
Out of context: Reply #3
- Started
- Last post
- 15 Responses
- canuck0
1. The background textured graphic seems to be repeating itself on many of the screenshots.
You can set background to: no-repeat, repeat-x, repeat-y
eg.
body {
background: url(images/mybackground.jpg) repeat-x;
}Would have to see your code for No.2