在我喜欢的盒子上强制使用白色背景

1 background facebook-likebox

我很不习惯编码,但我已经设法在我们的页面添加了一个类似的框.我的问题是它是透明的并且与页面的背景相匹配.我希望这个盒子保持白色,但是无法想象我的生活.任何帮助是极大的赞赏.

下面是我页面顶部的代码:

<iframe tabIndex="-32768" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FTotal-Storage-Services-LLC%2F136032556510664&amp;width=400&amp;height=427&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=true&amp;header=true" frameBorder="0" allowTransparency="true" scrolling="no" style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 400px; HEIGHT: 200px; OVERFLOW: hidden; BORDER-TOP: medium none; BORDER-RIGHT: medium none"></iframe>
Run Code Online (Sandbox Code Playgroud)

该页面是www.totalstorageservices.com

预先感谢您的任何帮助

DMC*_*MCS 9

只需添加background-color: white;style=""iframe 的部分;