wp-head() and backgroundrepeat
-
Using template Sliding doors.
I made a new background and don’t want it to repeat.
When a deactive wp-head() the backrground is ok, but when I set back wp-head() the background repaets and the code `<style type=”text/css”>
body { background-image: url(‘http://www……nl/wordpress/wp-content/uploads/background.gif’); background-repeat: repeat; background-position: top left; background-attachment: scroll; }
</style>` is generated.
How can I use the wp-Head (needed for a flash slideshow) AND no-repeat for the background? Or witch part in the wp-head must be kept out to solve the problem?
( sorry for my english…)
The topic ‘wp-head() and backgroundrepeat’ is closed to new replies.