| How do I prevent the
JavaScript code from appearing at the bottom of each ad in Netscape 3? |
| The Ban Man Pro
HTML/JavaScript Ad serving code should be carefully placed on your web
pages so that it displays properly in Netscape 3. Here is an example
of how things may appear if not placed properly... |
 |
| How Can I Prevent This? |
| You must carefully place the ad
code on your web pages using the following guidelines. |
- Place the code in a table.
- Do not use any Paragraph tags
"<p>" to align the ads.
- Make sure that there are no spaces or
carriage returns in between the <td> tag and the Ban Man Pro
code.
|
| Here is an example that works
great in Netscape 3.... |
<td><!-- End Ban Man Pro Banner Code --><script LANGUAGE="JAVASCRIPT">
Ban Man Pro code in here...
<!-- End Ban Man Pro Banner Code --></td>
|
| Notice the code touches right up
against the <td> tags which is very important. |
|
|