I have a question how will I make this code as one line.
document.getElementById("messageBodyView").style["background-color"] = "#ffffff";
document.getElementById("messageBodyView").style["border"] = "none";
I mean to make it shorter. Thank you very much for any help.