It’s a repeating image with some CSS. The image only repeats along the x-axis.
Something like:
body {
background: #color url(‘path/to/faded/pattern’) top left repeat-x;
}
Thread Starter
lia
(@lia)
thank you yas ^_^ the problem is i’m a newbie. if you don’t mind, could you please give an example? i’m confuse with (‘path/to/faded/pattern’), what does it mean?
thanks,
lia s.
http://www.lia-s.com/news
I think what yas means is you have to add the location of the file on your server to your CSS stylesheet.
That’s exactly what I mean. To achieve that faded pattern look, though, you have to have an image that will create a pattern when it’s repeated in the x-axis like that.
If you want to use the same pattern, then you need to ask that site where you can get the pattern file.