HTLM causing a blank page when saved

I have a Html code for BBB dynamic logo. Here’s the code:

Twin Oaks Homes is a BBB Accredited Home Builder in Plano, TX<script type=“text/javascript”>var bbbprotocol = ( (“https:” == document.location.protocol) ? “https://” : “http://” ); document.write(unescape("%3Cscript src=’" + bbbprotocol + ‘seal-dallas.bbb.org’ + unescape(’%2Flogo%2Ftwin-oaks-homes-90024274.js’) + “’ type=‘text/javascript’%3E%3C/script%3E”));</script>

Anyway the code is causing my screen go blank when I add additional modules on the page.

Hey Tom,

Welcome to the BB forums! :slight_smile:

The document.write function doesn’t work well with BB. You can check the link below for more info.
http://forum.wpbeaverbuilder.com/knowledge-base/known-incompatibilities/

Maybe there’s another way to embed that?

Ben