Pages background

Hi,
Could someone suggest me a tip to use a custom image as my site pages background ?THANKS in Advance.

You can add your own CSS styles in [HTML] → [Styles] → [Edit Styles].For example:
.ewContentColumn {
background-image:url(“…/phpimages/xxx.png”);
}Read help file topic: “Project Setup” → “HTML Settings” → “Styles” for more information.

THANKS a lot.It works well.
I put the css selector under /BEGIN_USER_STYLES/I’m very thanful

Hello
I want to put a background for all the pages of the site and it fails

Where is the mistake
Is it possible to correct the code?

/BEGIN_USER_STYLES/
.ewContentColumn {
background-image: url(“…/phpimages/a.png”); }

/END_USER_STYLES/

I tried this and it also failed

/BEGIN_USER_STYLES/
.bgimage {
background-image: url(‘"…/phpimages/a.png’);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left top; }

/END_USER_STYLES/

This post was create in Jul 06 2017, that is for PHPMaker v2017, it is out-dated now. Which version are you using? You need to change the URL to a valid path.

Please include the code for PHPMaker v2020