Results 1 to 3 of 3

Thread: Document viewer and Netscape/Firefox

  1. #1
    Join Date
    Dec 2005
    Location
    Oklahoma
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Document viewer and Netscape/Firefox

    I installed the Document Viewer on one of my web pages and it renders OK in IE and Opera but doesn't in Netscape and Firefox. In NS and FF the document is displayed near the top of the page. I have tried many things to get it to stay in its proper location but nothing has worked. Any ideas? Please advise. Thanks! Here's the URL:

    http://www.jagsfootball.com/Stats2005.htm

    David

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You've left out (probably inadvertently removed) the table cell. Put it (back) in, as I have (highlight red) and FF and NS will be fine and other browsers unaffected:

    Code:
                      <div align="left"></div>
                    </td>
                  </tr>
    			  <tr><td>
    <div style="margin:0px 5px 5px 5px;font-weight:normal; font-family:Verdana; font-size:7pt">
    <img src="2005%20Statistics.jpg"><br><br>
    and:

    Code:
    win2.location=selectedurl
    win2.focus()
    }
    }
    }
    //-->
    </script>
    </div>
    			 </td> </tr>
                </table>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Location
    Oklahoma
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John-

    Many thanks for the fix! I applied the <td> </td> tags and it worked!

    David

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •