Forum Moderators: open

Message Too Old, No Replies

language=JavaScript1.2

I tried deleting this line of code and had some troubles

         

PrattTA1

5:28 pm on Feb 21, 2007 (gmt 0)

10+ Year Member



I am looking to increase the load time of my website. When I ran a speed report, I was told that this line of code was really slowing down my load time:

<script
language="JavaScript1.2"src="http://www.mywebsite.com/mbox.js">
</script>

When I delete the code, all of my quotes and bullet points on my website are replaced with? marks. I've tried only removing the address to my website and still no luck. Any help is greatly appreciated.

PrattTA1

6:21 pm on Feb 21, 2007 (gmt 0)

10+ Year Member



After playing with it I was able to delete this code:

<style type="text/css">
<!--
.style4 {font-family: Tahoma}
-->
</style>

And the problem was fixed.