Ok so I added a background to my editor using this CSS:
The problem is I can't get the image to center and I also don't want it to repeat, can anyone help me? This is the CSS I tried and it didn't work:
- Code:
.sceditor-container iframe, .sceditor-container textarea {
background :url(http://i1242.photobucket.com/albums/gg529/oscar_mad_violinist/Funny/9866203d-c2ce-4a57-9561-ae588fbd1edc_zpsd94ad0a6.gif) !important;
}
The problem is I can't get the image to center and I also don't want it to repeat, can anyone help me? This is the CSS I tried and it didn't work:
- Code:
.sceditor-container iframe, .sceditor-container textarea {
background :url(http://i1242.photobucket.com/albums/gg529/oscar_mad_violinist/Funny/9866203d-c2ce-4a57-9561-ae588fbd1edc_zpsd94ad0a6.gif) !important;
Background-attachment: fixed;
background-repeat: no-repeat;
}