Quote:
Originally Posted by nanaimobar
This is partial code from my header template indicating where $ad is placed. I have no ad showing. Tested ads in other parts of forum and everything works ok. Just a problem with the header. Tried selecting Yes for Header, tried for Footer, tried for static and tried for random. Zip.
Code: blah, blah, blah.
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
$header_advertisement;
</td>
blah, blah, and more blah.
Is "$header_advertisement;" in wrong place?
Thanks in advance.
PS: Just one little ad button on right, as I'm still experimenting with Openads coding and look of site with advertising.
|
*******
Removed the semi-colon after $header_advertisement in my header code. Copied code from the right-side ad that is working and pasted it into static content section of your header management.
It worked fine.
So the problem wasn't in your product but the coding I'm using from openads invocation.
Thanks.