I can't get figure this one out. My site works just perfectly in FireFox, but in IE it puts a little bar under all of my pictures that I load in using PHP.
Like so...
This is the code I am using for each little box.
Does anyone know why the bar is put under the pictures? And the bar is just background because when I change the background color, the bar changes color also.Code:<td width="108" background="images2007/black_bg.gif"> <div align="center"> <a href="show.php?name=<? echo $games[2] ?>"><img src=<? echo $pictures[2] ?> width="108" height="88" border="0"></a> </div></td>





Reply With Quote