echo "<tr><td><a href='$Link[$j]' target='_blank'> <img src='/images/news3.gif' /> <font color='#FFFFFF' size='3'>$NewsPapers[$j]</font></a></td>";
the html is screwed up,
a mix of xhtml and html,
attributes are required to be quoted,
dtd is required
some browsers will fail to render on this type of error
wrape code in[code=language] [/code] tages where language is html php asp etc. to make viewing simpler
like the instructions on the top of the page tell you
almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376
if you want to use in side the html tag or href
use like this
<?php echo $Lnag[0] ?>
this is the answer for you question.
if any dobut reply me.
Do not use this code in your file, the poster has not bothered to read any part of your existing code and this generic crap will kill php at the first ?>
almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376