Banner Display

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 8th, 2004, 16:36
Junior Member
Join Date: Aug 2003
Location: USA
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
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

  #2 (permalink)  
Old Mar 8th, 2004, 17:11
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
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.
  #3 (permalink)  
Old Mar 8th, 2004, 21:55
Junior Member
Join Date: Aug 2003
Location: USA
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
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
Closed Thread

Tags
banner, display

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 04:39.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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