1
Guitarsage
Banner module problem
  • 2006/4/26 21:23

  • Guitarsage

  • Just popping in

  • Posts: 35

  • Since: 2005/2/23


I am trying to put my banner module into a table. here is the code:
/xoops/themes/theme/theme.html
le="color: #000000"><?php <table cellspacing="0" cellpadding="0" id="adspace" width="760" height="60"><tr><td width="181"> <img src="/xoops/adspacer.gif" border="0" height="60" width="181"></td><td width="468><{$xoops_banner}> </td><td width="131"><a href="/xoops/advertise.php" border="0"><img src="/xoops/adspacel.gif" border="0 height="60" width="131"></a></td></tr></table>


The banner shows up, but can't click on it...
Everything looks correct in the html.

2
Guitarsage
Re: Banner module problem
  • 2006/4/27 0:33

  • Guitarsage

  • Just popping in

  • Posts: 35

  • Since: 2005/2/23


Never mind, I fixed it. Changed it to:

le="color: #000000"><?php <table cellspacing="0" cellpadding="0" id="adspace" width="760" height="60"><tr><td width="181"> <img src="/xoops/adspacer.gif" border="0" height="60" width="181"></td><td width="468><a href="$xoops_banner"><{$xoops_banner}></a> </td><td width="131"><a href="/xoops/advertise.php" border="0"><img src="/xoops/adspacel.gif" border="0 height="60" width="131"></a></td></tr></table>


works fine now
O_o

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits