You can easily set a background for your recipes by adding a few lines of CSS to the “Extra CSS” field in the “Geeky Stuff” tab on the EasyRecipe Settings page.
html body div.easyrecipe { background: url(http://mysite.com/images/background.jpg) repeat; }
Or to add a background image to the print page use:
html body .divERPContainer div.easyrecipe { background: url(http://mysite.com/images/background.jpg) repeat; }
Just replace http://mysite.com/images/background.jpg with the URL to your background image. This is assuming that your background repeats and fills the recipe box.
If your background doesn’t repeat, then it’s really a recipe watermark.