Results 1 to 1 of 1

Thread: Banner Alignment Problem

  1. #1
    Registered
    Join Date
    Aug 2003
    Posts
    13

    Banner Alignment Problem

    I'm trying to keep my banners centered, but often and unexpectedly they align to the right. Any ideas what I'm doing wrong here, or what a better way to do this would be? I'm using a div tag surrounding my invocation code (below). Thanks!


    Code:
    <div align="center"><script language='JavaScript' type='text/javascript'> 
    <!-- 
    if (!document.phpAds_used) document.phpAds_used = ','; 
    document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); 
    document.write ("http://www.com/ads/adjs.php?n=ab4caa88"); 
    document.write ("&amp;what=zone:7&amp;target=_blank"); 
    document.write ("&amp;exclude=" + document.phpAds_used); 
    if (document.referer) 
    document.write ("&amp;referer=" + escape(document.referer)); 
    document.write ("'><" + "/script>"); 
    //--> 
    </script><noscript> 
    <a href='http://www.com/ads/adclick.php?n=ab4caa88' 
    target='_blank'><img src='http://www.com/ads/adview.php?
    what=zone:10&amp;n=ab4caa88' border='0' alt=''></a></noscript></div>
    Last edited by jfiliss; 02-08-2004 at 04:01 PM.

Similar Threads

  1. Do banner exchanges work?
    By incka in forum General Promotion
    Replies: 10
    Last Post: 11-08-2008, 05:12 PM
  2. viewing problem
    By fellboyzs in forum HTML, CSS, Layout, and Design
    Replies: 2
    Last Post: 05-05-2004, 06:15 PM
  3. Problem with my links
    By Mike in forum HTML, CSS, Layout, and Design
    Replies: 3
    Last Post: 11-15-2003, 03:25 PM
  4. Language Problem:(
    By Mike in forum General Chat
    Replies: 3
    Last Post: 11-06-2003, 09:33 AM
  5. My Problem
    By Chris in forum General Chat
    Replies: 10
    Last Post: 08-30-2003, 12:59 PM

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
  •