Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with background-image (resolved) Re: Problem with background-image (resolved)

#99145
ylc66
Participant

maybe :

background: url(“images/pic.jpg”) transparent center center no-repeat;

so you can control position (here : ‘center center’) and background-color (here :’transparent’ ) if your image upload fails.