Using PHP4 on Windows 98.
For some reason when i try to insert an image into a table cell using print, the cell's valign formatting gets ignored. The image appears flush with the top of the cell rather than the bottom. Here's the code:
<td valign="bottom">
<?php
print (" <img src=\"../images/blog/cyberculture_tab.gif\"> ");
?>
</td>
I've tried it the other way (including the <td> tags, but this does not produce the result I need either. Any suggestions?
Sorry for the newbie question....
-Victor