Re: :arrow: how can i put image in Master Boxes in my layout :wallbash:
Try this.
[quote].commonbox { /*box*/
background-color: #000000;
background-image: url(URL_OF_IMAGE);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right center;
border: #b06c47;
border-style: solid;
border-width: 3px;}[/quote]