This is a discussion on "Banner Display" within the Classic ASP section. This forum, and the thread "Banner Display are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Banner Display
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Banner Display
Having trouble with banner ad display in Netscape. I am embedding the banner code in a page, and placing that page where needed using _Include/xxx.etc. I thought that would be better maintenance wise, instead if inserting code into 100 pages and possibly having to change a hundred pages. The banner displays perfectly in IE, but part of the bottom is cut off when viewed in Netscape. If I do insert the code directly into the page to be viewed, it works as designed in Netscape.
Here is the entire html on the _include.htm page: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> </head> <body> <iframe src=http://www.XXXXXX.com/absolutebmxe/abmw.asp?z=2&isframe=true&autorotate=true width=468 height=60 frameborder=0 scrolling=no marginheight=0 marginwidth=0 target="<%=target%>"> <script language=JavaScript src=http://www.XXXXXXX.com/absolutebmxe/abm.asp?z=2></script></iframe></body> </html> Any thoughts as to how to solve this problem ? Thanks Ernest |
|
|
|
|||
|
Your include page should have anything other than the iframe tag code, the html,head,meta,body,etc should all be part of the page that this is being included in.
|
|
|||
|
Removing all the extra coding actually caused nothing to show up. I altered the banner height to 78 pixels and that did the job. The actual banner height is 60, so now I'm wondering if changing it to 78 is going to cause a problem down the road.
Thanks for your help Ernest |
![]() |
| Tags |
| banner, display |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WoW Banner help ($) | Joelhunter | Graphics and 3D | 15 | Mar 28th, 2008 19:29 |
| Banner comments | Graisbeck | Graphics and 3D | 45 | Feb 26th, 2008 17:06 |
| Banner showing/not? | PicoDeath | Web Page Design | 23 | Aug 16th, 2007 13:14 |