okay, i've tried every different method listed on 3.6.4, and nothing but the original method described works:
Quote:
Code:
Code:
#2D2D2D url(images/yourimagehere) repeat-x center fixed
Replace the "green" text with your color code & the path/filename of your background image.
Then add this into the Extra CSS Attributes box:
Code:
Code:
background-repeat: no-repeat;
background-position: center center;
|
Using this makes the image not centered, and it repeats
Quote:
Code:
Code:
#2D2D2D url(images/yourimagehere) repeat-x center fixed
to
Code:
Code:
#2D2D2D url(images/yourimagehere) repeat-x center
|
The png (watermark) image looks great in FF 1.5 and 2.0 as well as IE 7, but it
is illegible in IE6....any ideas