PDA

View Full Version : trace of html


flstreetscene
09-11-2005, 03:00 AM
well I have the following code in place where the trace can be found in my navbar template;

<div align="center">
<table border="0" cellpadding="1" cellspacing="0" background="http://www.floridastreetscene.com/banner_background.gif">
<tr>
<td>$phpAds_raw[html]</td>
</tr>
</table>
</div>


why is the ad banner not showing up on the vBulletin Message page?
what template do I have to edit?

Thanks.

Marco van Herwaarden
09-11-2005, 05:40 AM
Are you sure that '$phpAds_raw[html]' contain something?
Try putting just some text there to test.

flstreetscene
09-11-2005, 02:36 PM
well on every other page '$phpAds_raw[html]' calls my phpadsnew banner and it works. Why not on that?