Hi,
I’m using FrontPage in headline_fp mode as a slide show. I would prefer the title and introtext to be overlaid on the article image like many other slide show modules do (Joomlaworks etc).
I have looked into the headline_fp.php code and tried unsuccessfully to use the $image as a background in a div. How do I get the url path from $image to make this line work.
<div style="background-image: url(<?php echo $image; ?>);">
I can get the effect I want by hard coding with one sample image like this
<div style="background-image: url(../../../images/resized/images/stories/akpc/akcross3_230_185.jpg');">
TIA