I'm trying to implement a wordpress plugin called flashfader, which basically creates a small and flexible image slideshow.
I uploaded the images to the plugin and then placed this code
on the page.Code:<?php include (ABSPATH.'wp-content/flashfader/flashfaderhtml.txt'); ?>
What I had planned to do is have the image slideshow as the background of a div which would then have content over the top of it. But since the code for embedding the slideshow is not like placing a normal image, I'm unsure of how to set it as a background image.
Can anyone lend a hand?





Bookmarks