window.onload = function bannerMsg() { var uploadDiv = document.getElementById('edit-upload-upload'); var sizeMsg = document.createTextNode(' NOTE: Banner images must be 1200x600 pixels.'); uploadDiv.appendChild(sizeMsg); uploadDiv.style.color = '#666'; uploadDiv.style.fontWeight = '600'; };