Posted by rked on 05/04/06 19:23
Does PHP not fire within a css table? Im miffed!
Heres code:
<div id="tableContainer" class="tableContainer" >
<table border="0" cellpadding="0" cellspacing="0" width="100%"
class="scrollTable">
<thead class="fixedHeader">
<tr>
<th><a href="#">MySpace News </a></th>
</tr>
</thead>
<tbody class="scrollContent">
<tr>
<td height="242">
<?php
--php code stuff--
?>
</td>
</tr>
</tbody>
</table>
</div>
Navigation:
[Reply to this message]
|