II am trying to add an image that is called from another website through a script on the t-contact page (a live chat thing). When I tried the code changes above, nothing changed. The picture/button does not show up. What do I need to change here?
The code the company provided is as follows...
Code:<script type='text/javascript'> var chat = 1; var chat_div_id = "chat_div"; </script> <script type='text/javascript' src='https://websiteAddress/clients/ourNumber/ourNumber.js'> </script> <div id="chat_div"></div> <noscript></noscript>