C
|
cgphp 1/11/2012 |
Check the header section. More info here: http://xlinesoft.com/phprunner/docs/page_elements.htm |
S
|
scopley author 1/12/2012 |
Check the header section. More info here: http://xlinesoft.com/phprunner/docs/page_elements.htm
|
C
|
cgphp 1/12/2012 |
Please, post a screenshot of what you want to achieve. |
S
|
scopley author 1/12/2012 |
I'm not seeing a way to add an attachment. But I want an image across the top of the page and I need to be able to put text on top of the image. It should be a background image. If I modify the html code I would add the <STYLE> tag and it would look like this: <!DOCTYPE html>
|
C
|
cgphp 1/12/2012 |
Check the generated CSS file under the styles folder (styles/theme_name/style.css) and search the string: body.theme_name
background-image: url('path/to/your/image'); |
S
|
scopley author 1/12/2012 |
Ok I was able to modify the style.css in the output directory and insert the background image. |