| View previous topic :: View next topic |
| Author |
Message |
heartuvgold
Joined: 06 May 2007 Posts: 8 Location: Kansas
|
Posted: Sun May 06, 2007 11:05 pm Post subject: Ad Isn't Showing |
|
|
I put the ad on my page under a flash banner and it's not loading.
I placed it right before the <body> tag in my header.tpl file.
The site it's on is in my signature.
Is it something to do with the flash or is javascript
not working for some reason? I'm using firefox.
Thanks for the help.
Rebecca |
|
| Back to top |
|
 |
admin Site Admin
Joined: 02 Feb 2007 Posts: 91
|
Posted: Mon May 07, 2007 6:40 am Post subject: |
|
|
| Rebecca, there is a bug in the flash player itself. It ignores layer commands in CSS under some circumstances. The solution, though, should be simple. Try placing a few <BR> tags before the <OBJECT> tag for your flash banner. That should move the banner down far enough so that it's below the traffic bar. - Dan. |
|
| Back to top |
|
 |
heartuvgold
Joined: 06 May 2007 Posts: 8 Location: Kansas
|
|
| Back to top |
|
 |
heartuvgold
Joined: 06 May 2007 Posts: 8 Location: Kansas
|
Posted: Mon May 07, 2007 1:11 pm Post subject: Here's How I have it |
|
|
{FILE {HEADER_TEMPLATE}}
<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center'>
<tr><td class='page_header'>{MAIN_HEADER}</td></tr>
<br><center><script type="text/javascript"><!--
cb_ad_member = "26235";
cb_ad_format = "728x90";
cb_ad_channel = "b2b";
cb_color_border = "660000";
cb_color_bg = "FFFFCC";
cb_color_link = "336600";
cb_color_text = "660033";
//--></script>
<script type="text/javascript" src="http://www.bettertextads.com/cbads/cbads.js"></script>
</center><br><tr>
<td><span class='message'>{MAIN_MESSAGE}</span></td>
</tr>
This should work shouldn't it? |
|
| Back to top |
|
 |
admin Site Admin
Joined: 02 Feb 2007 Posts: 91
|
Posted: Tue May 08, 2007 10:35 am Post subject: |
|
|
| Rebecca, I visited your page and it appears to be working in both IE and Firefox. Are you still having problems? - Dan |
|
| Back to top |
|
 |
heartuvgold
Joined: 06 May 2007 Posts: 8 Location: Kansas
|
Posted: Tue May 08, 2007 1:46 pm Post subject: I got it fixed |
|
|
What I had to do with my program was I had to put it in the
admin area in the static pages. I deleted it from the index.tpl
file and it worked.
Thanks for the help.
Becky |
|
| Back to top |
|
 |
|