chris_
09-10-2004, 02:41 PM
I want one of my modules to display this dynamic content: http://www.therocket.org/bandsontv.php
<span "small font"><table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="1" class="tborder" width="100%">
<tr>
<td colspan="2" class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] This week: On Your TV </strong></span></td>
</tr>
<?php include 'vars.php'; ?>
<br /></span>
<!-- End TV Block -->
But I've found that this method doesn't work, is there another way to make this possible?
Thanks in advance for any insight.
<span "small font"><table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="1" class="tborder" width="100%">
<tr>
<td colspan="2" class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] This week: On Your TV </strong></span></td>
</tr>
<?php include 'vars.php'; ?>
<br /></span>
<!-- End TV Block -->
But I've found that this method doesn't work, is there another way to make this possible?
Thanks in advance for any insight.