I have to folowing problem
I have links in a table Some of thes cells are empty
So if have the folowing code:
</td><TD WIDTH='180px'><p CLASS='WithBreaksNarrow14'><a href="<?php If echo (!$row)) $row; ?> target="_blank" <?php else echo ' '; ?>"><font color="orange"><?php echo $row; ?></a></font></p></td>
But my target="_blank" dosn't work and even the color orange dosn't work.
How can i fix that ?
Thanks
In Advice John