Forum Moderators: open
am trying to do something quite simple, but can't figure out why it's not working. am trying to put a blue border around an image using:
<img src='/photos/<?=$small_photo?>' border=2 BORDERCOLOR="BLUE" width="150" height="170" alt="<?=stripslashes($rsPhotos["large_text"])?>">
but the border color is always black. there's some php before and after the code if that helps troubleshoot. any idea why the border color is always black? so odd. thanks for your help!