Results 1 to 6 of 6

Thread: Banner ads not lining up
      
   

  1. #1
    dankc908 is offline Second Lieutenant
    Join Date
    Dec 2007
    Posts
    131

    Default Banner ads not lining up

    On my "Favorite Links" page I have a problem with 2 of the banner ad links. All banners look fine in Firefox, however, in IE7 2 of them are well below and to the right of the others. How does one do something like this so it looks OK in both browsers? I'd appreciate any help anyone could send my way.

    Thanks,
    Dan

    "'Tis better to be silent and thought a fool than to open one's mouth and remove all doubt." (A. Lincoln)

    http://www.dpcCrazyCrafts.com

  2. #2
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Banner ads not lining up

    This is caused by a bad html code somewhere. I'd look to make sure the code for the 2nd banner (last one displaying correctly) has a closing > tag. It that's there, then check the code on the first one that's bounced to the bottom - make sure it has the proper < opening tag.

    Those are the most likely problems - although there could be others. First place to really check is the code for the last correct item and first misplaced item.

  3. #3
    dankc908 is offline Second Lieutenant
    Join Date
    Dec 2007
    Posts
    131

    Default Re: Banner ads not lining up

    OK - I'm not an html guru (which is why I went w/ Blue Voda - grin) so here is the code from the two offending (?) banners.

    Last good one:
    <!--begin Lilly's Craft Mall code -->
    <iframe src=http://www.lillysplace.net/bannerex/display.php?id=685 frameborder=0 vspace=0 hspace=0 width=468 height=78 marginwidth=0 marginheight=0 scrolling=no></iframe>
    <!-- end Lilly's Craft Mall code -->


    First Problem:
    <a href="http://www.vodahost.com/partner/idevaffiliate.php?id=9151_0_1_10"><img
    src="http://www.vodahost.com/partner/banners/q6.gif"

    I'd sure appreciate any help I could get. TIA!
    Dan

    "'Tis better to be silent and thought a fool than to open one's mouth and remove all doubt." (A. Lincoln)

    http://www.dpcCrazyCrafts.com

  4. #4
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,369

    Default Re: Banner ads not lining up

    as Bethers stated you are missing a closing tag on the first problem:
    <a href="http://www.vodahost.com/partner/idevaffiliate.php?id=9151_0_1_10"><img
    src="http://www.vodahost.com/partner/banners/q6.gif">
    i think you may have the first problem solved.
    mrmagoo144
    www.videopostcards.info

  5. #5
    dankc908 is offline Second Lieutenant
    Join Date
    Dec 2007
    Posts
    131

    Default Re: Banner ads not lining up

    Problem solved - Thanks Bethers and mrmagoo!
    Dan

    "'Tis better to be silent and thought a fool than to open one's mouth and remove all doubt." (A. Lincoln)

    http://www.dpcCrazyCrafts.com

  6. #6
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Banner ads not lining up

    You're welcome - always make sure you get every little character when you copy and paste those codes :)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49