Quote:
Originally Posted by MarkFL
To have it show up in all styles, you could create a plugin hooked at "parse_templates" with the following code:
PHP Code:
$template_hook['headinclude_css'] .= '<style>.below_body {background: url(image url) no-repeat center;}</style>';
Replace "image url" with the URL of the image you want to use. 
|
I could not do it because I could not understand. How can I add backgrounds only to text?(Not plugin)