Make ad code stop affecting your web page load time

by zzymale on 2008-01-11 09:56:31

When doing some affiliate advertising, the overall page display speed may slow down due to the slow loading of affiliate ads. If you add the following code, it can effectively solve this problem. The following code is compatible with both IE and Firefox browsers.

Step 1: Place the following code in the position on your web page where you want to display the ad:

```html

Loading ad...

```

Step 2: Place the following code at the bottom of the page.