Posted by Steve Pugh on 05/04/06 20:55
rked@att.net wrote:
>Does PHP not fire within a css table? Im miffed!
As PHP is interpreted by the server before the page is served out and
as CSS is interpreted by the browser after it has received the page
there's usually no real interaction between the two (exception: some
people generate their CSS files with PHP).
>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>
There's no CSS there at all. That's an HTML table. So what do you mean
by the PHP "doesn't fire"? Can you post the URL of the page so we can
see the HTML being generated by this PHP?
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
Navigation:
[Reply to this message]
|